git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14922
343733 Unhandled syscall 187 (msgctl and related) on aarch64
343802 s390x: Fix false positives "conditional jump or move depends on
unitialised value(s)"
+343967 Don't warn about setuid/setgid/setcap executable for directories
n-i-bz Provide implementations of certain compiler builtins to support
compilers who may not provide those
n-i-bz Old STABS code is still being compiled, but never used. Remove it.
return sr_Err(res);
}
+ if ( VKI_S_ISDIR (st.mode) ) {
+ return VKI_EACCES;
+ }
+
if ( (st.mode & (VKI_S_ISUID | VKI_S_ISGID)) && !allow_setuid ) {
if (is_setuid)
*is_setuid = True;