Fix bug in or_slist_stack(). if (a && b) wasn't being handled correctly
commite5c7593f287fd60e0cf633f86679106d4da5f6e6
authorDan Carpenter <error27@gmail.com>
Sat, 4 Oct 2008 20:20:25 +0000 (4 23:20 +0300)
committerDan Carpenter <error27@gmail.com>
Sat, 4 Oct 2008 20:20:25 +0000 (4 23:20 +0300)
tree022e022fea4505ec854de69f7fddba1fa5e89fb4
parent1fad083ad336a73e0e20a5ff7f5faa9adeafe0af
Fix bug in or_slist_stack().  if (a && b) wasn't being handled correctly
in the false path.

Also clean up and_slist_stack() a little.

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