mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Revert r16455.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16456
This commit is contained in:
parent
1038ee89e5
commit
02b719e7b2
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user