PVS static analyzer - 5.0 Release: Difference between revisions
Jump to navigation
Jump to search
PVS static analyzer - 5.0 Release (view source)
Revision as of 21:50, 3 January 2019
, 3 January 2019mark bug as done, cset c67501d55541
m (Mark bug fixed) |
(mark bug as done, cset c67501d55541) |
||
Line 7,137: | Line 7,137: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style='width: 30%;'><div title="/home/pavel/oct/octave/libinterp/corefcn/ls-mat-ascii.cc">ls-mat-ascii.cc (70)</div></td> | <td style='width: 30%;text-decoration: line-through;'><div title="/home/pavel/oct/octave/libinterp/corefcn/ls-mat-ascii.cc">ls-mat-ascii.cc (70)</div></td> | ||
<td style='width: 5%;'>[https://www.viva64.com/en/w/v663/ V663]</td> | <td style='width: 5%;'>[https://www.viva64.com/en/w/v663/ V663]</td> | ||
<td style='width: 65%;'>Infinite loop is possible. The 'cin.eof()' condition is insufficient to break from the loop. Consider adding the 'cin.fail()' function call to the conditional expression.</td> | <td style='width: 65%;'>Infinite loop is possible. The 'cin.eof()' condition is insufficient to break from the loop. Consider adding the 'cin.fail()' function call to the conditional expression.</td> |