[StaticAnalyzer] Improve+Refactor MallocOverflowSecurityChecker
Aditya K
hiraditya at msn.com
Tue May 12 06:57:09 PDT 2015
Hi Anna,
Currently MallocOverflowSecurityChecker does not catch cases like: malloc(n * 0 * sizeof(int));
This patch reject such cases. Please give feedback/suggestions for improvement.
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20150504/128860.html
I have another patch which builds on the top of this one.
I'm planning to put that up for review once this gets in.
Thanks,
-Aditya
More information about the cfe-commits
mailing list