From a94b0b0ea58767eb204a1ebc8fb30b913d66a64c Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 9 Sep 2012 23:25:07 +0000 Subject: Keep the command line on the heap to avoid stack overflow. Fixes Savannah bug #36451. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ba6ddae..7883630 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-09-09 Paul Smith + * 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. -- cgit v1.2.3