db: return_id was set incorrectly when inline functions were used
commitacba13bc3b22e631a7faa1f9296870a700bb391d
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 8 Apr 2013 06:34:07 +0000 (8 09:34 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 8 Apr 2013 06:34:07 +0000 (8 09:34 +0300)
tree766f16541f846803029418e51c8169837a8ef315
parent1af54cdd5a74cfb06928013c4ec1f8acda947f8f
db: return_id was set incorrectly when inline functions were used

This is a bad bug.

We would restart counting the return_ids whenever we hit an inline
function.  That meant that the next return would over write some data
from the previous return instead of being recorded in a separate slist and
then merged.

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