|
|
|
|
|
by rwmj
2230 days ago
|
|
Really? I tried to use it but I got a lot of false positives - in fact, every one of the errors in my medium-sized codebase was I believe a false positive. I spent a few hours last night looking at all of them and while I found a missing free, it was not one picked up by this analysis, but it happened to be in the same code that the analyzer flagged. Also the error messages are enormous in some cases. It does show potential, and I hope it improves in future. Be nice to have a libre version of coverity one day. Edit: Output from compiling nbdkit upstream with -fanalyzer: https://paste.centos.org/view/8381f926 |
|