Revert r16455.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16456
This commit is contained in:
Tom Hughes 2017-06-26 12:14:29 +00:00
parent 1038ee89e5
commit 02b719e7b2

View File

@ -140,7 +140,7 @@ Int VG_(do_exec_inner)(const HChar* exe, ExeInfo* info)
Int fd;
Int ret;
res = VG_(pre_exec_check)(exe, &fd, VG_(geteuid)() == 0/*allow_setuid*/);
res = VG_(pre_exec_check)(exe, &fd, False/*allow_setuid*/);
if (sr_isError(res))
return sr_Err(res);