diff options
author | Paul Smith <psmith@gnu.org> | 1999-07-16 22:28:46 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-07-16 22:28:46 +0000 |
commit | 826ab14b26b33f83a6b2f08660670569fd083a4e (patch) | |
tree | 52637452c6bb6a5b4fbb2fe49560abccb61e90aa /ChangeLog | |
parent | a3cf773e296968870eaa76d45323690d14d9b44e (diff) | |
download | gunmake-826ab14b26b33f83a6b2f08660670569fd083a4e.tar.gz |
* Fix some memory and file descriptor leaks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +1999-07-16 Paul D. Smith <psmith@gnu.org> + + * .purify: New file: suppress some known-OK Purify messages. + + * read.c (read_makefile): Remember to free the commands buffer if + we can't find a makefile. + + * job.c (start_job_command): Broken #ifdef test: look for F_SETFD, + not FD_SETFD. Close-on-exec isn't getting set on the bad_stdin + file descriptor and it's leaking :-/. + 1999-07-15 Paul D. Smith <psmith@gnu.org> * read.c (read_makefile): Fix some potential memory stomps parsing |