[llvm-commits] [PATCH] Extend sanitizer blacklist functionality

Reid Watson reidw at google.com
Wed Aug 22 12:00:15 PDT 2012


Also, for ease of review, here's a version with no renaming of files
involved.  It preserves the FunctionBlackList name, though that should
probably be changed if this is committed.

On Wed, Aug 22, 2012 at 11:08 AM, Reid Watson <reidw at google.com> wrote:
> Hi all,
>
> First off, sincere thanks to reviewers(kcc especially) for helping
> with the initial initialization order patch.
>
> I'm now looking to expand the blacklisting functionality of
> AddressSanitizer to include the ability to blacklist global variables.
>  This is currently handled in FunctionBlackList.h, which is renamed to
> BlackList.h to reflect the fact that it can store more than functions.
>
> I've attached the patch and uploaded it to
> Rietveld(http://codereview.appspot.com/6473048/).  Review is
> appreciated as always.
>
> All the best,
> Reid
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-asan-blacklist.patch
Type: application/octet-stream
Size: 7774 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120822/f649f452/attachment.obj>


More information about the llvm-commits mailing list