On Thursday, November 23, 2017 3:04:34 PM CET Sven Eckelmann wrote:
From: Sven Eckelmann sven@narfation.org
Hi,
today I had the unpleasent experience to receive [1] to a lot of PDF files which seem to contain some reports of the Klocwork static code analysis tool. Most of the stuff was nonsense about memory/resource leaks (even when it stored in some kind of structure one line before). I gathered the only interesting portions and prepared some patches for them.
The last two patches are actually not really bug fixes but are about code which completely killed the static analyzer. I didn't like the code in the last patch (looked to complex for something relatively easy) and thus I've just replaced it.
WARNING: these things were only compile tested
Kind regards, Sven
I'ved picked up the series into 6116097..cfaec23
Thank you! Simon