summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-07-16 22:28:46 +0000
committerPaul Smith <psmith@gnu.org>1999-07-16 22:28:46 +0000
commit826ab14b26b33f83a6b2f08660670569fd083a4e (patch)
tree52637452c6bb6a5b4fbb2fe49560abccb61e90aa /ChangeLog
parenta3cf773e296968870eaa76d45323690d14d9b44e (diff)
downloadgunmake-826ab14b26b33f83a6b2f08660670569fd083a4e.tar.gz
* Fix some memory and file descriptor leaks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8288d77..3895a85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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