Fix infinite loop in syslinux_memmap_find()
authorH. Peter Anvin <hpa@zytor.com>
Tue, 14 Apr 2009 05:13:22 +0000 (22:13 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 14 Apr 2009 05:13:22 +0000 (22:13 -0700)
commitc073247376c462f29cbc3b201179d2ecda83d535
treeea47b539638b545beda6816a119da9ea9147a64b
parentd747f60a241afc9ea54057513db8718fe320a85a
Fix infinite loop in syslinux_memmap_find()

We can't use continue; since we're not using a for loop; we have to
advance to the next list entry...

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/include/syslinux/bootrm.h
com32/lib/syslinux/zonelist.c