Commit 5e888a1
committed
Work around Coverity false positive
CID 456638 Overflowed integer argument (INTEGER_OVERFLOW)
`buffer_size - total_bytes_read - 1UL`, which might have underflowed,
is passed to `read()`.1 parent 7d6542d commit 5e888a1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
0 commit comments