Commit 16a8591
committed
Fix fatal error during sccp shift eval
Avoid returning early in this function, as other checks might still be needed to
verify whether the given function can procude an error.
Fixes oss-fuzz #447521098
Closes GH-199721 parent 033dd8a commit 16a8591
3 files changed
Lines changed: 22 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9998 | 9998 | | |
9999 | 9999 | | |
10000 | 10000 | | |
10001 | | - | |
| 10001 | + | |
| 10002 | + | |
| 10003 | + | |
10002 | 10004 | | |
10003 | 10005 | | |
10004 | 10006 | | |
| |||
10009 | 10011 | | |
10010 | 10012 | | |
10011 | 10013 | | |
10012 | | - | |
| 10014 | + | |
| 10015 | + | |
| 10016 | + | |
10013 | 10017 | | |
10014 | 10018 | | |
10015 | 10019 | | |
| |||
0 commit comments