Get rid of 4096-entry limit in the simple menu system syslinux-3.62-pre8
authorH. Peter Anvin <hpa@zytor.com>
Sat, 16 Feb 2008 08:32:53 +0000 (00:32 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 16 Feb 2008 08:32:53 +0000 (00:32 -0800)
commit692f55c6ea720972780d47084a4a2146e56003d5
treeb1a2dea2fcebe896b7c188c3d2b382d1ac04dad2
parentd3ed8cb31a485cb4263cd22ca5f60c73b6166752
Get rid of 4096-entry limit in the simple menu system

Use a dynamic array instead of a static array which we would simply
crash on overflow.  Always make it a power-of-two sized so we don't
end up doing a realloc() and a full array copy on every extend.
NEWS
com32/menu/menu.h
com32/menu/readconfig.c