| commit | df18cbba55e894156a835684f06f1ebb4772a498 | [log] [tgz] |
|---|---|---|
| author | Alex Shlyapnikov <alekseys@google.com> | Fri Jul 14 21:17:16 2017 +0000 |
| committer | Alex Shlyapnikov <alekseys@google.com> | Fri Jul 14 21:17:16 2017 +0000 |
| tree | 736e6f69516e6e326aeea3572f1647abdc7bdd95 | |
| parent | e4b97459f13fcbbc5be02f134da0a6282558716e [diff] |
[Sanitizers] Scudo allocator set errno on failure. Summary: Set proper errno code on alloction failure and change pvalloc and posix_memalign implementation to satisfy their man-specified requirements. Reviewers: cryptoad Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D35429 llvm-svn: 308053