[PATCH] D126696: sanitizers: Do not include crypt.h if SANITIZER_INTERCEPT_CRYPT_R is undef

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 06:19:13 PDT 2022


thakis added inline comments.


================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h:21
 #include "sanitizer_platform.h"
+#include "sanitizer_platform_interceptors.h"
 
----------------
(not sure if adding this include here is proper?)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126696/new/

https://reviews.llvm.org/D126696



More information about the llvm-commits mailing list