Tools for a bug hunt
I'd like to find following potential bugs in code, for many different
functions A and B:
find places where the result of function A is not immediately checked
find functions (maybe using some heuristic) where some resource is
allocated with function A, then we possibly return because of an error,
but the resource is not deallocated with function B
I am currently using Coccinelle for these tasks, are there any other choices?
No comments:
Post a Comment