Crash on invalid input
Win flex-bison is a port Flex & Bison tools to the Windows platform
Brought to you by:
lexxmark
The attached file is the first example in chapter 2 of the Bison manual with minor changes including at least one typo. Bison crashes while processing the file. I did not look that closely at the cause of the crash except to see that a NULL pointer was being accessed when it appeared that several functions were exiting. The win_bison program was invoked with no arguments besides the name of the file. The latest released version of win_bison, 2.5.23, was being used.
Anonymous
I duplicated issue on github. Will fix it there
Presumably fixed by including newer gnulib components, distributed with 2.5.24 - see https://github.com/lexxmark/winflexbison/issues/64 for details in the duplicated issue.