From f5ec0ea9eaf9753188a0bfa391b101ea8d5efc2b Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 3 Dec 2018 18:20:26 -0200 Subject: posix: Fix segfault in maybe_script_execute This patch is essentially 28669f86f6 adjusted for the generic implementation. Checked on x86_64-linux-gnu with Linux spawni.c removed. The only failure is posix/tst-spawn3, which is expected. [BZ #23913] * sysdeps/posix/spawni.c (maybe_script_execute): Increment size of new_argv by one. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d5e7e3da4f..c094c90440 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-12-03 Adhemerval Zanella + + [BZ #23913] + * sysdeps/posix/spawni.c (maybe_script_execute): Increment size of + new_argv by one. + 2018-12-03 Carlos O'Donell [BZ #23923] -- cgit v1.2.3