Comment 0 for bug 1501877

Revision history for this message
Sergey Stepanov (no-such-process) wrote :

I've run clang static analisys on master branch of geda-gaf git source tree (after `./configure`-ing):

$ scan-build -o $HOME/reports make -j4
scan-build: 81 bugs found.
scan-build: Run 'scan-view 2015-10-01-235503-11998-1' to examine bug reports.

archive with full report is attached. unpack it, and open index.html with you favorite web-browser.

I've run static analisys with every checking enabled to get 1346 bugs found:

$ scan-build -o $HOME/reports -analyze-headers -enable-checker alpha -enable-checker core -enable-checker security -enable-checker unix make -j4

Archive with full report is a bit longer (~2.5Mb), so I desided not to attach it, but I can do it if you wish.