Commit 423b1e1
committed
HPCC-36035 Remove coverity-flagged overflows
Unlikely to cause a serious problem, but switched to use dedicated for loop
indices to avoid overflow/underflow or misuse after loop ends.
- CFragmentedXmlPullParser::next
- Cws_machineEx::setProcessRequest
Signed-off-by: Terrence Asselin <terrence.asselin+copilot@lexisnexisrisk.com>1 parent b5dbe52 commit 423b1e1
2 files changed
Lines changed: 3 additions & 4 deletions
File tree
- esp
- bindings/SOAP/xpp/fxpp
- services/ws_machine
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | 225 | | |
227 | 226 | | |
228 | 227 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | | - | |
| 502 | + | |
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
| |||
0 commit comments