Commit 7d457f8
committed
[CID 16206] MCKill::lookup(): Remove incorrect semicolon.
The semicolon caused the line:
return signal_table[size].which
to fall out of the `while` looping, causing a possible buffer overrun
due to unsigned arithmetic underflow.
Coverity-ID: 16206
Coverity-ID: 169631 parent 6d2ceee commit 7d457f8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2806 | 2806 | | |
2807 | 2807 | | |
2808 | 2808 | | |
2809 | | - | |
| 2809 | + | |
2810 | 2810 | | |
2811 | 2811 | | |
2812 | 2812 | | |
| |||
0 commit comments