diff options
author | Paul Smith <psmith@gnu.org> | 2012-09-09 23:25:07 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2012-09-09 23:25:07 +0000 |
commit | a94b0b0ea58767eb204a1ebc8fb30b913d66a64c (patch) | |
tree | f6bb8e30d9d5817373541f5d84d06bc6d8ee27a1 /ChangeLog | |
parent | b9c4a38022e5238356957bba6c2ffaef7a219a23 (diff) | |
download | gunmake-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |