Re: cppcheck warnings

2011-09-20 Thread Chet Ramey
On 9/10/11 11:13 AM, Antoine Balestrat wrote: > Hello ! > I've just run cppcheck (a static C/C++ code analyzer) against the latest > bash code (freshly cloned from the git repo), and it points out some > interesting issues. > You can see the log here : http://pastebin.com/pZHQShJp Thanks for the r

Re: cppcheck warnings

2011-09-12 Thread Chet Ramey
On 9/10/11 11:13 AM, Antoine Balestrat wrote: > Hello ! > I've just run cppcheck (a static C/C++ code analyzer) against the latest > bash code (freshly cloned from the git repo), and it points out some > interesting issues. > You can see the log here : http://pastebin.com/pZHQShJp Thanks for the r

cppcheck warnings

2011-09-11 Thread Antoine Balestrat
Hello ! I've just run cppcheck (a static C/C++ code analyzer) against the latest bash code (freshly cloned from the git repo), and it points out some interesting issues. You can see the log here : http://pastebin.com/pZHQShJp Hope that was useful to you. Antoine.