buf_size: handle getting address of arrays
commit5d6e6650955d9eb432eb0302e623a778f8bbb545
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 2 Feb 2016 13:04:07 +0000 (2 16:04 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 2 Feb 2016 13:04:07 +0000 (2 16:04 +0300)
tree3c33358079f44e40fb79f808d3246b1010bdaebd
parent3faf85fd41cbb72802bee39fa7f007cd47411bcf
buf_size: handle getting address of arrays

&foo and foo are the same if foo is an array.  The truth is that I have
been using this code for probably a year, and I'm not certain what it does
but it seems logical enough.

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