cobc.c(reflow_replace_*_format_text): Changed to malloc token based on newline length instead of hardcoded.
I just committed a fix for this. On 04/17/2018 02:46 PM, Simon Sobisch wrote: Priority: 5 - default --> 4 Comment: Test code (with current expected failure) commited as part of [r2547] https://sourceforge.net/p/open-cobol/code/2547/. The function to fix is |print_program_code| in cobc/cobc.c. [bugs:#515] https://sourceforge.net/p/open-cobol/bugs/515/ listing with huge REPLACE values will crash cobc Status: accepted Group: GC 3.0 Labels: listing SIGSEGV Created: Tue Apr 17, 2018 08:42 PM UTC by Simon...
Fixes for bug #515.
Added listing test case for the report writer.
BUG #494. Fixed scanning of tokens with embedded quotes, eg. 'yyy-'hello
Added CALL cross reference support.
Fixed multiple line output after replacement text substitution.
Fix order.