Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] C static analysis

Hi Roger,

thanks

Ian

On 04/19/2014 08:29 AM, Roger Light wrote:
Hi,

After applying the patch I've just sent to review I ran the llvm C
static analyser on the C client. The results are here:
http://h.ral.me/sa/c/

There isn't too much to worry about but the null pointer dereferences
definitely need checking out to see whether they are real or not.

You can reproduce the results using the following command once you've
installed llvm and clang and applied my patch:

scan-build -o /path/to/html/output make

Cheers,

Roger
_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/paho-dev

--
Ian Craggs
icraggs@xxxxxxxxxx                 IBM United Kingdom
Committer on Paho, Mosquitto



Back to the top