summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-04-02 06:19:33 +0000
committerPaul Smith <psmith@gnu.org>1999-04-02 06:19:33 +0000
commit3d1cdf4106fb107757898c92e55e928d35c02af9 (patch)
treee6057e0287cb55abee0ad257f69ea16bc2a992c2 /ChangeLog
parent7052a5715236b84ebe0b3011c4de75ce19c4ab5d (diff)
downloadgunmake-3d1cdf4106fb107757898c92e55e928d35c02af9.tar.gz
* Fix possible memory stomp.
* A few admin file cleanups.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aeba342..fcb7aba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-04-01 Paul D. Smith <psmith@gnu.org>
+
+ * job.c (construct_command_argv_internal): Use bcopy() to copy
+ overlapping strings, rather than strcpy(). ISO C says the latter
+ is undefined. Found this in a bug report from 1996! Ouch!
+
1999-03-31 Paul D. Smith <psmith@gnu.org>
* read.c (readline): Ignore carriage returns at the end of the