[PATCH] D25946: [compiler-rt][asan] Add support for desallocation of unhandled pointers

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 14:53:58 PST 2017


kcc accepted this revision.
kcc added a comment.

LGTM with a comment nit.



================
Comment at: lib/asan/asan_internal.h:67
 void InitializePlatformExceptionHandlers();
+// Returns whether an address is a valid allocated system heap block. It must
+// points to the beginning of the block.
----------------
// Returns whether 'addr' is a valid allocated system heap block.
// 'addr' must point to the beginning of the block.


https://reviews.llvm.org/D25946





More information about the llvm-commits mailing list