This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][asan|win] Fix ASAN exception handler missing import
ClosedPublic

Authored by etienneb on Feb 15 2017, 11:06 AM.

Details

Summary

This patch is adding a missing ASAN API redirection from an instrumented DLL.
The bug was introduced here:

https://reviews.llvm.org/D29463

This is causing this chromium bug:

https://bugs.chromium.org/p/chromium/issues/detail?id=692580

Event Timeline

etienneb created this revision.Feb 15 2017, 11:06 AM
rnk accepted this revision.Feb 15 2017, 11:10 AM

Looks good. I guess I forgot to add a test for this API.

This revision is now accepted and ready to land.Feb 15 2017, 11:10 AM
etienneb updated this revision to Diff 88592.Feb 15 2017, 12:26 PM

fix linux unittests

rnk added a comment.Feb 15 2017, 12:51 PM

Looks good

etienneb closed this revision.Feb 15 2017, 12:59 PM