rename two functions: get_variable_from_expr_simple() is the now just
commitaee221deb653f0171beda8f87171dcf7c0479b36
authorDan Carpenter <error27@gmail.com>
Fri, 17 Oct 2008 21:25:25 +0000 (18 00:25 +0300)
committerDan Carpenter <error27@gmail.com>
Fri, 17 Oct 2008 21:25:25 +0000 (18 00:25 +0300)
tree127666854ce6983d8107baf71ff16907cd799e2b
parent5435b728def18183dd342692cac8325edaf76a01
rename two functions:  get_variable_from_expr_simple() is the now just
get_variable_from_expr().  The old get_variable_from_expr() is now
get_variable_from_expr_complex.

Also allocate the memory for the string inside the function.  This is less
stupid than the previous code.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_null_deref.c
check_overflow.c
check_template.c
smatch.h
smatch_extra.c
smatch_helper.c
smatch_implied.c