summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEd Beroset <beroset@mindspring.com>2003-09-08 01:49:30 +0000
committerEd Beroset <beroset@mindspring.com>2003-09-08 01:49:30 +0000
commitfd508e5c4efcf65675b4d0504420d3b6e8083a92 (patch)
treeaf72ac7191a42a749f83b0c2bd29d92080344548 /CHANGES
parentc06f6df2922f47309f9ff99fd8f07c37bd053a44 (diff)
downloadnasm-fd508e5c4efcf65675b4d0504420d3b6e8083a92.tar.gz
fixed bug #677841 by limiting the scanner to no more than 4095 characters for a single ID token
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6f427401..a23e5f71 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,7 @@
* Quick-fix Borland format debug-info for -f obj
* Fix for %rep with no arguments (#560568)
* Fix concatenation of preprocessor function call (#794686)
+* Fix long label causes coredump (#677841)
0.98.37
-------