summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2012-09-09 23:25:07 +0000
committerPaul Smith <psmith@gnu.org>2012-09-09 23:25:07 +0000
commita94b0b0ea58767eb204a1ebc8fb30b913d66a64c (patch)
treef6bb8e30d9d5817373541f5d84d06bc6d8ee27a1 /ChangeLog
parentb9c4a38022e5238356957bba6c2ffaef7a219a23 (diff)
downloadgunmake-a94b0b0ea58767eb204a1ebc8fb30b913d66a64c.tar.gz
Keep the command line on the heap to avoid stack overflow.
Fixes Savannah bug #36451.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba6ddae..7883630 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-09-09 Paul Smith <psmith@gnu.org>
+ * job.c (construct_command_argv_internal): Keep the command line
+ on the heap for very long lines. Fixes Savannah bug #36451.
+
* function.c (func_realpath): BSD realpath(3) doesn't fail if the
file does not exist: use stat. Fixes Savannah bug #35919.