extra: type bug handling for loops
commita0dda6ebd813e4171c570ed6c8c703f862e4fa9a
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 15 Mar 2013 19:36:37 +0000 (15 22:36 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 15 Mar 2013 19:36:37 +0000 (15 22:36 +0300)
treefa1c8fe1eb66a46803dd4f7b12daafc2336b5e52
parentbd25026ed4d4ad427eabbb4be5605e9f2bcad9f0
extra: type bug handling for loops

This code was using the type of the limiter in the for condition as the
type for the iterator.

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