[libc-commits] [PATCH] D106919: [libc][wip] add integration tests for scudo in libc
Mitch Phillips via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Aug 3 20:35:10 PDT 2021
hctim accepted this revision.
hctim added a comment.
LGTM w/ nit. Thanks for doing this!
================
Comment at: libc/test/integration/scudo/gwp_asan_should_crash.cpp:22
+ volatile char x = *Ptr;
+ retval = retval + x;
+ }
----------------
is this necessary?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106919/new/
https://reviews.llvm.org/D106919
More information about the libc-commits
mailing list