]> granicus.if.org Git - sudo/commit
FreeBSD wordexp() returns WRDE_SYNTAX if it can't write to the shell
authorTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 5 Jun 2018 21:37:16 +0000 (15:37 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 5 Jun 2018 21:37:16 +0000 (15:37 -0600)
commit8b63ec654a1a82b14536673d1477658a1bc881ae
tree59d7d7645af6c7cefd4d04326954586b7ce48b0c
parentec2dae81043709173aede70e71e4392b61dc8ff2
FreeBSD wordexp() returns WRDE_SYNTAX if it can't write to the shell
process.  Since we've prevented execve() from succeeding this is
the error we get back from wordexp() on FreeBSD.
src/regress/noexec/check_noexec.c