Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 08/27/1999 11:26:34
Module Name:	basesrc
Committed By:	mycroft
Date:		Fri Aug 27 18:26:34 UTC 1999

Modified Files:
	basesrc/lib/libc/gen: __fts13.c

Log Message:
Avoid memory leaks when realloc() fails (by storing the return value in a temporary, and
testing it before assigning it; fts_close(3) will deallocate the old memory).


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/lib/libc/gen/__fts13.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.