Modify MallocChecker.cpp to recognize kfree( )

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 10 09:10:07 PDT 2016


Hey, that's a useful patch, i'd like it to be included! There is odd 
indentation in some places, but in general it looks correct.

The usual thing to do nowadays is to put patches on review on 
Phabricator, would you like to do that? 
(http://llvm.org/docs/Phabricator.html, 
http://llvm.org/docs/DeveloperPolicy.html) The code owner for the 
Analyzer is Anna Zaks, you can add her as a reviewer, and also Devin 
Coughlin and/or myself would most likely join.


On 8/10/16 3:10 AM, Andrew Wells via cfe-commits wrote:
> This is my first commit, so my apologies if I did anything wrong.  It 
> adds kfree( ) to MallocChecker.cpp and changes the kmalloc-linuxs.c to 
> test this change appropriately.



More information about the cfe-commits mailing list