buf_size, strlen: move strlen() handling to smatch_strlen.c
commit7a5202d188c0ce0b83acf701f06dcbde3e361b8f
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 17 Aug 2015 12:23:47 +0000 (17 15:23 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 17 Aug 2015 12:23:47 +0000 (17 15:23 +0300)
tree228efca05c4c564d381ba72a5f58b6fade579478
parent71a67c19a3242f4538c2c88a33007ffd12945e1f
buf_size, strlen: move strlen() handling to smatch_strlen.c

I started to split these two files apart but must have got distracted part
way.  I also did some cleanup on the way a bit and I feel bad for that.  It
should have been in a separate patch.

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