[PATCH] D70958: [compiler-rt] [test] Disable ASLR on ASAN/MSAN/TSAN tests on NetBSD

Evgenii Stepanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 5 13:50:02 PST 2019


eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: compiler-rt/test/sanitizer_common/netbsd_commands/run_noaslr.sh:4
+PATH=${PATH}:/usr/sbin
+paxctl +a "${1}"
+exec "${@}"
----------------
krytarowski wrote:
> I propose to use `/usr/bin/paxctl` as it will be PATH and environment independent. We already use this direct path approach in pkgsrc.
It this path correct? /usr/sbin in the code vs /usr/bin in the comment.


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

https://reviews.llvm.org/D70958





More information about the cfe-commits mailing list