diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2008-02-16 00:32:53 -0800 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2008-02-16 00:32:53 -0800 |
| commit | 692f55c6ea720972780d47084a4a2146e56003d5 (patch) | |
| tree | b1a2dea2fcebe896b7c188c3d2b382d1ac04dad2 /NEWS | |
| parent | d3ed8cb31a485cb4263cd22ca5f60c73b6166752 (diff) | |
| download | syslinux-3.62-pre8.tar.gz | |
Get rid of 4096-entry limit in the simple menu systemsyslinux-3.62-pre8
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.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ Changes in 3.62: * Move the label storage (for the command-line interface) to high memory, removing the size limit and freeing up 64K of low memory. + * Get rid of 4096-entry limit in the simple menu system. Changes in 3.61: * EXTLINUX: fix crash when accessing an empty file. |
