This repository was archived by the owner on Mar 30, 2021. It is now read-only.
Commit d75eca2
Adam Balogh
[Analyzer] Iterator Checkers - Crash Fix
When relating iterator positions the relation may be impossible because
of the constraints. In this case the new state we get is a null pointer.
If so, return a null pointer immediately instead of working with the
invalid (null pointer) state wihch crashes the analyzer.1 parent a649a1f commit d75eca2
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2121 | 2121 | | |
2122 | 2122 | | |
2123 | 2123 | | |
| 2124 | + | |
| 2125 | + | |
| 2126 | + | |
2124 | 2127 | | |
2125 | 2128 | | |
2126 | 2129 | | |
| |||
0 commit comments