Commit 21323a2
committed
Fix integer overflow in URI parsing
If an ID exeeds the max. possible value we return early with an error
instead of continuing and checking for too big values at the end.1 parent f20058f commit 21323a2
File tree
2 files changed
+4
-0
lines changed- core
- tests/fuzzing/registration_handleRequest/crash_files
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments