Hi,
Thanks for the report. I submitted a ticket to upstream:
http://sourceforge.net/apps/trac/cppcheck/ticket/1306
--
Reijo
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: cppcheck
Version: 1.39-1
Severity: normal
$ cat confuse_cppcheck.c
#include
#include
void confuse(void) {
int fd=-1;
do {
if(fd >= 0)
close(fd);
fd = open("tmp", O_RDONLY);
} while(fd >= 0);
}
$ cppcheck co
2 matches
Mail list logo