This is an archive of the discontinued LLVM Phabricator instance.

[asan] Use 1 byte aligned stores to poison shadow memory
ClosedPublic

Authored by vitalybuka on Aug 21 2016, 8:47 PM.

Details

Summary

r279379 introduced crash on arm 32bit bot. I suspect this is alignment issue.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka updated this revision to Diff 68819.Aug 21 2016, 8:47 PM
vitalybuka retitled this revision from to [asan] Use 1 byte aligned stores to poison shadow memory.
vitalybuka updated this object.
vitalybuka added a reviewer: eugenis.
vitalybuka added a subscriber: llvm-commits.
This revision was automatically updated to reflect the committed changes.