buf_comparison: don't save links to literal sizes
commit0465adc9862641965b58398cf91c7eb242990f70
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 22 Jun 2018 11:54:02 +0000 (22 14:54 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 22 Jun 2018 11:54:02 +0000 (22 14:54 +0300)
treee2144e061ed8567bd5c099eb43d9cd6941e58059
parent6a2b8436de5925716ab66ec08655c3c23a77bcee
buf_comparison: don't save links to literal sizes

buf_comparison is supposed to record variable sizes where buf has x
characters.  buf_size is supposed to record when a buffer is a fixed size.

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