Could anyone tell me where I can find something better than cppcheck for statically analyze my C code?
I keep seeing errors in valgrind about "Invalid read of size #" meaning I'm probably using freed memory, exceeding the size of my strings or allocating too big ones when I'm using jansson.
So, I'd be specifically looking for something that could help me about that and that could also tell me where are the missing free function calls.