summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-02-16 00:32:53 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-02-16 00:32:53 -0800
commit692f55c6ea720972780d47084a4a2146e56003d5 (patch)
treeb1a2dea2fcebe896b7c188c3d2b382d1ac04dad2 /NEWS
parentd3ed8cb31a485cb4263cd22ca5f60c73b6166752 (diff)
downloadsyslinux-692f55c6ea720972780d47084a4a2146e56003d5.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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8626a1d5..fa728b6b 100644
--- a/NEWS
+++ b/NEWS
@@ -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.