new: add_function_assign_hook()
commit514e60da6cf8cffa67e73b5332b1f205104600a4
authorDan Carpenter <error27@gmail.com>
Wed, 25 Mar 2009 14:06:17 +0000 (25 17:06 +0300)
committerDan Carpenter <error27@gmail.com>
Wed, 25 Mar 2009 14:06:17 +0000 (25 17:06 +0300)
tree61aef8a9e6a83551e22a6d3f927101c4e9644c1b
parentb82102c0963acebc4cf05fd4263620a7c29569f8
new: add_function_assign_hook()

This is like the other named function hooks.  It matches stuff like:
foo = kmalloc();
kmalloc() is a function and the return gets assigned to a variable.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_null_deref.c
smatch.h
smatch_flow.c
smatch_function_hooks.c
smatch_hooks.c