buf_size: handle function pointers as well
commit6491d8369e6ebc117d83f245abc83cef48484832
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 12 Oct 2011 12:04:03 +0000 (12 15:04 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 12 Oct 2011 12:04:03 +0000 (12 15:04 +0300)
tree695c8270b8b906c8e3882635eb42a62e4b1891dc
parent84eb9bbae4acec8cd94d9329805f3f815e683d25
buf_size: handle function pointers as well

This means that we'll record when we pass a buffer to a function pointer.
On the other side (querying the database) function pointers are handled
transparently so no changes are needed.

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