about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorSébastien Marie <semarie@users.noreply.github.com>2015-11-27 13:48:07 +0100
committerSébastien Marie <semarie@users.noreply.github.com>2015-11-27 13:48:07 +0100
commitefc17a598cf0d9974954369e87feb63ecdd79c96 (patch)
tree2fca6ae73f6503f1eb3d29e8c9d1653637b72c93 /src/rustllvm/RustWrapper.cpp
parente5aa92a0df5cd90ed2dc364e0d335c87b23355bf (diff)
downloadrust-efc17a598cf0d9974954369e87feb63ecdd79c96.tar.gz
rust-efc17a598cf0d9974954369e87feb63ecdd79c96.zip
pass at least one argument to execve
under OpenBSD and Bitrig, it is an error to pass an empty argv
argument to execve(2). It results the test fail as execve(2) don't exec
and set errno to EINVAL.

instead, make argv with two arguments (in order to differenciate the
initial call, from the execve call).
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions