FS-5343 --resolve

This commit is contained in:
Anthony Minessale 2013-04-24 12:09:35 -05:00
parent 8a727b0de4
commit fddad1da06
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Wed Mar 6 13:01:54 CST 2013
Wed Apr 24 12:09:27 CDT 2013

View File

@ -609,7 +609,7 @@ int localinfo4(su_localinfo_t const *hints, su_localinfo_t **rresult)
ifc.ifc_len = numifs * sizeof (struct ifreq);
buffer = malloc(sizeof(su_localinfo_t) + ifc.ifc_len + su_xtra);
if (!buffer) {
SU_DEBUG_1(("su_localinfo: memory exhausted\n"));
SU_DEBUG_1(("su_localinfo: memory exhausted\n" VA_NONE));
error = ELI_MEMORY;
goto err;
}