We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e913868 commit 85b494aCopy full SHA for 85b494a
lib/sanitizer_common/sanitizer_platform_interceptors.h
@@ -563,7 +563,7 @@
563
#define SANITIZER_INTERCEPT_GETFSENT (SI_FREEBSD || SI_NETBSD || SI_MAC)
564
#define SANITIZER_INTERCEPT_ARC4RANDOM (SI_FREEBSD || SI_NETBSD)
565
#define SANITIZER_INTERCEPT_FDEVNAME SI_FREEBSD
566
-#define SANITIZER_INTERCEPT_GETUSERSHELL (SI_POSIX && !SI_POSIX)
+#define SANITIZER_INTERCEPT_GETUSERSHELL (SI_POSIX && !SI_ANDROID)
567
#define SANITIZER_INTERCEPT_SL_INIT (SI_FREEBSD || SI_NETBSD)
568
569
#define SANITIZER_INTERCEPT_GETRANDOM SI_LINUX
0 commit comments