Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
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.
Home |
Main Index |
Thread Index |
Old Index