Checked on powerpc64le-linux-gnu.
* posix/tst-spawn.c (do_test): Extend spargv to new required size and
fix typo.
+2019-01-05 Adhemerval Zanella <adhemerval.zanella@linaro.org>
+
+ * posix/tst-spawn.c (do_test): Extend spargv to new required size and
+ fix typo.
+
2019-01-04 Martin Jansa <Martin.Jansa@gmail.com>
[BZ #19444]
char fd4name[18];
char fd5name[18];
char *name3_copy;
- char *spargv[12];
+ char *spargv[13];
int i;
/* We must have
+ the newly opened file descriptor
+ the duped second descriptor
+ the name of the closed descriptor
- + the duped fourth dile descriptor which O_CLOEXEC should be
+ + the duped fourth file descriptor which O_CLOEXEC should be
remove by adddup2.
*/
if (argc != (restart ? 7 : 2) && argc != (restart ? 7 : 5))