[PATCH] D44050: OpenBSD UBsan support procmaps
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 3 07:12:01 PST 2018
krytarowski added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_procmaps_freebsd.cc:29
+#if SANITIZER_OPENBSD
+#include <limits.h>
+#define KVME_PROT_READ KVE_PROT_READ
----------------
Why to include this header? If it is needed, it should be enabled for everybody, as it's a standard one.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D44050
More information about the llvm-commits
mailing list