[PATCH] D50655: [scudo] Fix race condition in deallocation path when Quarantine is bypassed

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 13 13:53:34 PDT 2018


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

Account for 0 size, which is more common than one would expect.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D50655

Files:
  lib/scudo/scudo_allocator.cpp
  test/scudo/dealloc-race.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50655.160443.patch
Type: text/x-patch
Size: 3843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180813/eb734033/attachment.bin>


More information about the llvm-commits mailing list