diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-10 01:16:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-10 01:22:26 +0300 |
commit | 41a188424ec40c7900de1ff28d792753d5a16e85 (patch) | |
tree | 4025f12fbccf2f5443e3736c01411f01caf7b2fc /src/plugin.cpp | |
parent | 1ae0ec902a7d242c9f6a5cf365190c1592134d53 (diff) | |
download | paranucker-41a188424ec40c7900de1ff28d792753d5a16e85.tar.gz paranucker-41a188424ec40c7900de1ff28d792753d5a16e85.tar.bz2 paranucker-41a188424ec40c7900de1ff28d792753d5a16e85.tar.xz paranucker-41a188424ec40c7900de1ff28d792753d5a16e85.zip |
In WHILE_STMT also check condition after while body.
This allow detect issue like this:
if (!ptr)
return;
while (ptr->num)
{
...
ptr = someothervalue;
}
Diffstat (limited to 'src/plugin.cpp')
0 files changed, 0 insertions, 0 deletions