[PATCH] D35429: [Sanitizers] Scudo allocator set errno on failure.

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 11:48:18 PDT 2017


alekseyshl created this revision.

Set proper errno code on alloction failure and change pvalloc and
posix_memalign implementation to satisfy their man-specified
requirements.


https://reviews.llvm.org/D35429

Files:
  lib/scudo/scudo_allocator.cpp
  test/scudo/memalign.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35429.106681.patch
Type: text/x-patch
Size: 4218 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170714/0d796142/attachment.bin>


More information about the llvm-commits mailing list