]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Revert r16455.
authorTom Hughes <tom@compton.nu>
Mon, 26 Jun 2017 12:14:29 +0000 (12:14 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 26 Jun 2017 12:14:29 +0000 (12:14 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16456

coregrind/m_ume/main.c

index aa8db55ccd6db2887e3ffe8f840f2cf58c91515a..9990b4df9c51712fe2574556e33037ad105faf1f 100644 (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);