Editing PVS static analyzer - 5.0 Release
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 733: | Line 733: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td style='width: 30% | + | <td style='width: 30%;'><div title="/home/pavel/octave/libinterp/dldfcn/__delaunayn__.cc">__delaunayn__.cc (159)</div></td> |
<td style='width: 5%;'>[https://www.viva64.com/en/w/v601/ V601]</td> | <td style='width: 5%;'>[https://www.viva64.com/en/w/v601/ V601]</td> | ||
<td style='width: 65%;'>The 'false' value is implicitly cast to the integer type.</td> | <td style='width: 65%;'>The 'false' value is implicitly cast to the integer type.</td> | ||
Line 853: | Line 853: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td style='width: 30% | + | <td style='width: 30%;'><div title="/home/pavel/octave/libinterp/corefcn/oct-handle.h">oct-handle.h (118)</div></td> |
<td style='width: 5%;'>[https://www.viva64.com/en/w/v550/ V550]</td> | <td style='width: 5%;'>[https://www.viva64.com/en/w/v550/ V550]</td> | ||
<td style='width: 65%;'>An odd precise comparison: a.value() == b.value(). It's probably better to use a comparison with defined precision: fabs(A - B) < Epsilon.</td> | <td style='width: 65%;'>An odd precise comparison: a.value() == b.value(). It's probably better to use a comparison with defined precision: fabs(A - B) < Epsilon.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td style='width: 30% | + | <td style='width: 30%;'><div title="/home/pavel/octave/libinterp/corefcn/oct-handle.h">oct-handle.h (124)</div></td> |
<td style='width: 5%;'>[https://www.viva64.com/en/w/v550/ V550]</td> | <td style='width: 5%;'>[https://www.viva64.com/en/w/v550/ V550]</td> | ||
<td style='width: 65%;'>An odd precise comparison: a.value() != b.value(). It's probably better to use a comparison with defined precision: fabs(A - B) > Epsilon.</td> | <td style='width: 65%;'>An odd precise comparison: a.value() != b.value(). It's probably better to use a comparison with defined precision: fabs(A - B) > Epsilon.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td style='width: 30% | + | <td style='width: 30%;'><div title="/home/pavel/octave/libinterp/octave-value/ov-classdef.h">ov-classdef.h (1601)</div></td> |
<td style='width: 5%;'>[https://www.viva64.com/en/w/v522/ V522]</td> | <td style='width: 5%;'>[https://www.viva64.com/en/w/v522/ V522]</td> | ||
<td style='width: 65%;'>There might be dereferencing of a potential null pointer.</td> | <td style='width: 65%;'>There might be dereferencing of a potential null pointer.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td style='width: 30% | + | <td style='width: 30%;'><div title="/home/pavel/octave/libinterp/octave-value/ov-classdef.h">ov-classdef.h (1610)</div></td> |
<td style='width: 5%;'>[https://www.viva64.com/en/w/v522/ V522]</td> | <td style='width: 5%;'>[https://www.viva64.com/en/w/v522/ V522]</td> | ||
<td style='width: 65%;'>There might be dereferencing of a potential null pointer.</td> | <td style='width: 65%;'>There might be dereferencing of a potential null pointer.</td> |