smatch_address: sort pointers into different ranges
commit06a90175b3e8f9fdc6655de16eb0c15e9a052f2a
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 24 Apr 2015 09:38:05 +0000 (24 12:38 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 24 Apr 2015 09:38:05 +0000 (24 12:38 +0300)
tree731e4bf29c2679ee67dea17c4cb803d2d52dac92
parentafadc99370149f58da88c3bbe20db1d35f898849
smatch_address: sort pointers into different ranges

This patch doesn't change behavior, it just creates a new file.
Eventually, we want to sort pointers into .text, .bss, .data, stack and
kmalloc and vmalloc().  That way if we allocate a pointer with vmalloc()
then we can't free it with kfree().

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Makefile
smatch.h
smatch_address.c [new file with mode: 0644]
smatch_extra.c