Skip to main content

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

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


Back to the top