diff options
author | Ed Beroset <beroset@mindspring.com> | 2003-09-08 01:49:30 +0000 |
---|---|---|
committer | Ed Beroset <beroset@mindspring.com> | 2003-09-08 01:49:30 +0000 |
commit | fd508e5c4efcf65675b4d0504420d3b6e8083a92 (patch) | |
tree | af72ac7191a42a749f83b0c2bd29d92080344548 /CHANGES | |
parent | c06f6df2922f47309f9ff99fd8f07c37bd053a44 (diff) | |
download | nasm-fd508e5c4efcf65675b4d0504420d3b6e8083a92.tar.gz nasm-fd508e5c4efcf65675b4d0504420d3b6e8083a92.tar.bz2 nasm-fd508e5c4efcf65675b4d0504420d3b6e8083a92.zip |
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-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ------- |