https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3020
--- Comment #4 from dvice_null@xxxxxxxxx 2008-10-30 14:14:55 PDT ---
Yes I am. I have scanned several open source projects with it:
http://cppcheck.wiki.sourceforge.net/
You are also mentioned there:
http://cppcheck.wiki.sourceforge.net/found_bugs
It is pretty good also, e.g. assuming that I made no mistakes when checking
these (I did check every finding manually to avoid possible extra work for
you), cppcheck produced no false positives for your project. This is the whole
output from it:
$ cppcheck --recursive > ../output.txt
[epan/dissectors/packet-giop.c:1488]: Memory leak: saved_repoid
[epan/dissectors/packet-tacacs.c:871]: Memory leak: tacplus_data
[gtk/follow_ssl.c:176]: Memory leak: follow_info
[gtk/follow_udp.c:123]: Memory leak: follow_info
[gtk/sctp_chunk_stat_dlg.c:328]: Memory leak: col_arrows
[gtk/sctp_error_dlg.c:230]: Memory leak: col_arrows
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.