This is an archive of the discontinued LLVM Phabricator instance.

OpenMPOpt: Fix null dereference on missing declaration cache
ClosedPublic

Authored by arsenm on Jan 3 2023, 5:43 AM.

Details

Summary

Found by llvm-reduce fuzzing.

Diff Detail

Event Timeline

arsenm created this revision.Jan 3 2023, 5:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 3 2023, 5:43 AM
arsenm requested review of this revision.Jan 3 2023, 5:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 3 2023, 5:43 AM
Herald added subscribers: sstefan1, wdng. · View Herald Transcript
jdoerfert accepted this revision.Jan 3 2023, 10:23 AM

Thanks for the fix.

This revision is now accepted and ready to land.Jan 3 2023, 10:23 AM