]> granicus.if.org Git - yasm/commit
Fix #166: Off-by-one error in raw preproc caused hang on lines longer than
authorPeter Johnson <peter@tortall.net>
Tue, 27 Jan 2009 06:38:14 +0000 (06:38 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 27 Jan 2009 06:38:14 +0000 (06:38 -0000)
commitb6c9134ac7d0746a2c86f44f3ae4ab065f413ae1
treed6fe3642f336c9040c7942bb1d4647ca59895163
parentb1710263e90ee44e7dfb3969fa90e844a8dfd749
Fix #166: Off-by-one error in raw preproc caused hang on lines longer than
512 characters.

svn path=/trunk/yasm/; revision=2172
modules/preprocs/raw/Makefile.inc
modules/preprocs/raw/raw-preproc.c
modules/preprocs/raw/tests/Makefile.inc [new file with mode: 0644]
modules/preprocs/raw/tests/longline.asm [new file with mode: 0644]
modules/preprocs/raw/tests/longline.hex [new file with mode: 0644]
modules/preprocs/raw/tests/rawpp_test.sh [new file with mode: 0755]