Function path may lead to crash.
Fixed using local variable outside the scope through a pointer.
Fixed minor misspellings.
Added regression test.
This patch covers a bug https://bugs.llvm.org/show_bug.cgi?id=41485
Differential D78289
[analyzer] Stability improvements for IteratorModeling functions ASDenysPetrov on Apr 16 2020, 3:01 AM. Authored by
Details Function path may lead to crash. Fixed using local variable outside the scope through a pointer. This patch covers a bug https://bugs.llvm.org/show_bug.cgi?id=41485
Diff Detail
Event TimelineComment Actions @baloghadamsoftware Comment Actions @baloghadamsoftware Comment Actions I decided not to add changes of what I cannot cover by tests. So I removed them. @NoQ @baloghadamsoftware |