don't reallocate the ->possible states.
commit0e373b3ca7175d01a7e3c47ea4bc57998b2a59b7
authorDan Carpenter <error27@gmail.com>
Mon, 2 Mar 2009 16:16:23 +0000 (2 19:16 +0300)
committerDan Carpenter <error27@gmail.com>
Mon, 2 Mar 2009 16:16:23 +0000 (2 19:16 +0300)
tree991d38382e9932442baad867191be6ec1c7acf8b
parent28a04296ed2bb2da441f60e3c390a74996e7905e
don't reallocate the ->possible states.

With this new change sm_states don't change once they have been
allocated.  That means we can just use existing sm_states instead
of allocating new ones for ->possible.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_slist.c