dereferences_param: handle strcmp()
commit4f39c62f67e2482b2cb76e8582e3e06308990986
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 3 Oct 2012 06:49:41 +0000 (3 09:49 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 3 Oct 2012 06:49:41 +0000 (3 09:49 +0300)
tree8334d74acf306804506365300865ce7340b0708c
parent2eb337a30e22b0a4f3ecb3b1593f76fcdd52764f
dereferences_param: handle strcmp()

strcmp() takes the parameter, stores it as "p" and then dereferences it.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_dereferences_param.c