[PATCH] D79133: [scudo] Zero- and pattern-initialization of memory.

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 14:32:59 PDT 2020


cryptoad accepted this revision.
cryptoad added inline comments.
This revision is now accepted and ready to land.


================
Comment at: compiler-rt/lib/scudo/standalone/tests/combined_test.cpp:140
+
+  // Ensure that specifying PatterOrZeroFill returns a pattern-filled block in
+  // the primary allocator, and either pattern or zero filled block in the
----------------
s/PatterOrZeroFill/PatternOrZeroFill/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79133





More information about the llvm-commits mailing list