[PATCH] D27659: [sanitizer] intercept bstring functions

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 01:09:21 PST 2016


kubabrecka added a comment.

Note that this started causing some memory corruptions when using ASan/TSan from SVN trunk on Darwin.  There's nothing wrong with this patch, but it's a binary-compatibility issue.  I'll try to see if there's a workaround, but maybe I'll have to disable `SANITIZER_INTERCEPT_BZERO` on Darwin.  I'll keep you posted.


https://reviews.llvm.org/D27659





More information about the llvm-commits mailing list