This is an archive of the discontinued LLVM Phabricator instance.

[RFC] [KASAN] Instrument globals
AbandonedPublic

Authored by glider on Jan 24 2019, 8:02 AM.

Details

Summary

Enable globals instrumentation in KASAN. To avoid breaking the kernel logic, we don't instrument non-default data sections, most of which usually contain arrays of structs or pointers.

Diff Detail

Event Timeline

glider created this revision.Jan 24 2019, 8:02 AM
trong added a subscriber: trong.Jan 24 2019, 1:26 PM
glider updated this revision to Diff 183551.Jan 25 2019, 8:35 AM
glider retitled this revision from [KASAN] Instrument globals to [RFC] [KASAN] Instrument globals.

Alex, is this still relevant? If not, please close.

glider abandoned this revision.Jul 16 2020, 4:48 AM