OSDN Git Service

Fix execvp/execvpe behavior with absolute paths and ENOEXEC.
authorElliott Hughes <enh@google.com>
Fri, 26 Aug 2016 00:40:27 +0000 (17:40 -0700)
committerElliott Hughes <enh@google.com>
Fri, 26 Aug 2016 00:40:27 +0000 (17:40 -0700)
commit63615066d9f0b0b1c653c91a9b305e6c292c835a
tree698764ee1bd4a4051e31538d2fde7f8018bfaac5
parente1d792b10c0c825e271cb1f729dcdafa35583722
Fix execvp/execvpe behavior with absolute paths and ENOEXEC.

Bug: http://b/31091962
Change-Id: Id0b3d41868f5e3ed1ccf618bfefb46609367bc9a
libc/bionic/exec.cpp
tests/unistd_test.cpp