cisco-open / llvm-crash-analyzer

llvm crash analysis
Apache License 2.0
40 stars 17 forks source link

Don't crash when crash-start is on a NOOP #38

Closed alirezamoshtaghi closed 1 year ago

alirezamoshtaghi commented 1 year ago

Description

Nop may be a crash-start so it shouldn't be optimized out when generating MIR otherwise we will crash. Also, when searching for an item in an std::map we shouldn't dereference the iterator otherwise we would be comparing fake objects

Type of Change