Files
make/tests/scripts/features
Paul Smith 04f4c2b8d9 [SV 64124] Avoid stack overflows for large command lines
Modify areas dealing with large command lines to use the heap rather
than relying on alloca / stack space.

* src/main.c (main): Allocate potentially large buffers with xmalloc.
(decode_env_switches): Ditto.
* src/function.c (func_error): Replace alloca with xmalloc/free.
* tests/scripts/features/expand: Add a newline for readable diffs.
2023-06-19 13:27:50 -04:00
..
2017-06-04 18:37:20 -04:00
2023-04-02 10:02:18 -04:00
2023-04-02 10:02:18 -04:00
2013-10-09 01:53:55 -04:00
2017-06-04 18:37:20 -04:00
2022-08-30 21:05:34 -04:00
2022-08-30 21:05:34 -04:00
2021-11-28 14:27:10 -05:00