From: Ed Beroset Date: Mon, 8 Sep 2003 01:49:30 +0000 (+0000) Subject: fixed bug #677841 by limiting the scanner to no more than 4095 characters for a singl... X-Git-Tag: nasm-2.11.05~2212 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd508e5c4efcf65675b4d0504420d3b6e8083a92;p=platform%2Fupstream%2Fnasm.git fixed bug #677841 by limiting the scanner to no more than 4095 characters for a single ID token --- diff --git a/CHANGES b/CHANGES index 6f42740..a23e5f7 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 -------