[PATCH] D89908: [GWP-ASan] Move random-related code in the allocator

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 15:27:35 PDT 2020


cryptoad updated this revision to Diff 299817.
cryptoad added a comment.

- Restoring the old constants because some test failed with mine.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89908

Files:
  compiler-rt/lib/gwp_asan/CMakeLists.txt
  compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
  compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
  compiler-rt/lib/gwp_asan/options.inc
  compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
  compiler-rt/lib/gwp_asan/random.cpp
  compiler-rt/lib/gwp_asan/random.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89908.299817.patch
Type: text/x-patch
Size: 9452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201021/55b84c8d/attachment.bin>


More information about the llvm-commits mailing list