Fix or_slist_stack(). Before it just saved one stack which was bogus.
commitc99f7fe723feed07be7410282ef6182aa8a99e93
authorDan Carpenter <dcarpenter@usbsys.site>
Mon, 8 Sep 2008 20:11:57 +0000 (8 23:11 +0300)
committerDan Carpenter <dcarpenter@usbsys.site>
Mon, 8 Sep 2008 20:11:57 +0000 (8 23:11 +0300)
treea18fc5f45dce678f0e501f333a1376e24b537ced
parent1e9007bc3861fe5e427c1075d0d4d07054831ba9
Fix or_slist_stack().  Before it just saved one stack which was bogus.

It's supposed to deal with things like if (a && a->foo || a && a->bar) then
a is non-null and a->foo is undefined.

Signed-off-by: Dan Carpenter <dcarpenter@usbsys.site>
smatch_slist.c