Commit a8ad9f0
committed
DoIgnore Missing Payload Bounds Validation
The DoIgnore() function was not bounds checking the ignore message.
Changed it to use the GetSkip() function which does bounds checking and
skips the current blob. Updated GetSkip() to allow 0 length blobs to
skip.
Affected function: DoIgnore.
Issue: F-4101 parent 801ac07 commit a8ad9f0
1 file changed
+3
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3575 | 3575 | | |
3576 | 3576 | | |
3577 | 3577 | | |
3578 | | - | |
| 3578 | + | |
3579 | 3579 | | |
3580 | 3580 | | |
3581 | 3581 | | |
3582 | 3582 | | |
3583 | | - | |
| 3583 | + | |
3584 | 3584 | | |
3585 | 3585 | | |
3586 | 3586 | | |
| |||
6320 | 6320 | | |
6321 | 6321 | | |
6322 | 6322 | | |
6323 | | - | |
6324 | | - | |
6325 | | - | |
6326 | 6323 | | |
6327 | | - | |
6328 | | - | |
6329 | | - | |
6330 | | - | |
6331 | | - | |
6332 | | - | |
6333 | | - | |
6334 | | - | |
| 6324 | + | |
6335 | 6325 | | |
6336 | 6326 | | |
6337 | 6327 | | |
| |||
0 commit comments