bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gawk] Bug in gawk 4.0.0


From: Michael Haardt
Subject: [bug-gawk] Bug in gawk 4.0.0
Date: Fri, 03 Feb 2012 00:07:22 +0100
User-agent: Heirloom mailx 12.1 6/15/06

Hello,

in main.c, output_fp is set after parsing a program.  In case parsing
aborts with an error, msg.c does a fflush(output_fp) with it being
NULL, which causes a core dump on SunOS 4.  Checking output_fp for
not being NULL in msg.c solved the problem for me.

Michael



reply via email to

[Prev in Thread] Current Thread [Next in Thread]