stdio: Do not ignore posix_spawn error on popen (BZ #29016)
commite7223fa1e8e0673440cc62364b67d55afc78123a
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 6 Dec 2022 16:28:40 +0000 (6 13:28 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 14 Feb 2023 18:30:35 +0000 (14 15:30 -0300)
treeb2becf2159c4af2b0d9bcaa887c06af2c3ddb420
parent3efbf11fdf15ed991d2c41743921c524a867e145
stdio: Do not ignore posix_spawn error on popen (BZ #29016)

To correctly return error in case of default shell is not present.

Checked on x86_64-linux-gnu.
libio/iopopen.c
stdio-common/Makefile
stdio-common/tst-popen3.c [new file with mode: 0644]