Re: [Geany-Devel] bug hunting with cppcheck

2013-11-03 Thread Dimitar Zhekov
On Sat, 2 Nov 2013 23:41:08 +0400 Pavel Roschin ros...@scriptumplus.ru wrote: I checked the code with cppcheck (version from git). Also I created gtk config for cppcheck - if you are interested in, you could help me to fill it to improve analysis: https://gist.github.com/scriptum/7282198

Re: [Geany-Devel] bug hunting with cppcheck

2013-11-02 Thread Colomban Wendling
Hi Pavel, First, thanks a lot for looking at better checking the code, that's a great thing :) Le 02/11/2013 20:41, Pavel Roschin a écrit : I checked the code with cppcheck (version from git). Also I created gtk config for cppcheck - if you are interested in, you could help me to fill it to

Re: [Geany-Devel] bug hunting with cppcheck

2013-11-02 Thread Pavel Roschin
Why did it somewhat work in the past? Was it luck and poor checking or did it know about some of them? But indeed, it couldn't really know without a huge config file like yours. Yes, cppcheck just check very clear bugs. It cannot check leaking through pointer sharing and so on, it doesn't