| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|\
| |
| | |
closes #4983
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
In surrounding if() `off` was checked for being non-zero and in previous if() it
was checked for being positive.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Based on screen.c code this value is not a boolean, so `false` is not
appropriate. It should be either 0 or one of DBCS_… values.
|
| |
| |
| | |
Should also fix some PVS warnings in process.
|
| |
| |
| |
| |
| | |
While warning is technically true (cannot enter this case with `state->c`
greater then NFA_Z…9) it makes condition less readable and relies on knownledge
of enum internal structure.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Not familiar with the code, but I assume that loop_poll_events can actually
change stream->num_bytes, so condition is not always false.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
plog-converter behaviour is not the best one when creating fullhtml report and
directory already exists: it puts report inside an existing directory. Not sure
what exactly it does if inside exists as well, but if I am not mistaking report
will not be created.
|
| | |
|
| | |
|
| | |
|
| | |
|