hello, in case someone is interested, the full list of cppcheck findings
git clone http://git.haproxy.org/git/haproxy.git/ cd haproxy script cppcheck --force --enable=all . Ctrl-D grep '(error' typescript grep '(warning' typescript grep '(style' typescript | grep 'The function ' | grep ' is never used' (yet, I'm learning how to contribute properly, git commit message format is something which I have'n learned yet, all those MINOR/MEDIUM/BUG/....) 2017-09-18 14:19 GMT+05:00 Willy Tarreau <[email protected]>: > On Mon, Sep 18, 2017 at 09:42:14AM +0200, Dragan Dosen wrote: > > Hello Ilya, > > > > Thanks for the report. > > Both patches applied, thank you Dragan. > > Willy >

