This is an archive of the discontinued LLVM Phabricator instance.

[Analyzer] Iterator Checkers - Fix for Crash on Iterator Differences
ClosedPublic

Authored by baloghadamsoftware on Aug 2 2019, 6:14 AM.

Details

Reviewers
NoQ
Szelethus
Summary

Iterators differences were mistakenly handled as random decrements which
causes an assertion. This patch fixes this.

Diff Detail

Event Timeline

This is an emergency patch. Please someone review this patch as soon as possible.

NoQ accepted this revision.Aug 2 2019, 4:48 PM

Fair enough!

This revision is now accepted and ready to land.Aug 2 2019, 4:48 PM

Closed by commit: [[ https://reviews.llvm.org/rG8557f17d887a | https://reviews.llvm.org/rG8557f17d887a: [Analyzer] Iterator Checkers - Fix for Crash on Iterator Differences ]]