View | Details | Raw Unified | Return to bug 153756
Collapse All | Expand All

(-)lib/libc/net/hesiod.c (+1 lines)
Lines 325-330 Link Here
325
			*which = strdup(data);
325
			*which = strdup(data);
326
			if (!*which) {
326
			if (!*which) {
327
				errno = ENOMEM;
327
				errno = ENOMEM;
328
				fclose(fp);
328
				return -1;
329
				return -1;
329
			}
330
			}
330
		} else {
331
		} else {

Return to bug 153756