Re: Flex seg faults on very long lines (patch)
On Wednesday, 04 September 2002,22:00 -0500, Manoj Srivastava wrote: > Hi, > > The following flex input, > > ---> flextest.lex <--- > > BOGUS aaa[insert 3000 more a's here]aaa > > %%
Flex seg faults on very long lines (patch)
Hi, The following flex input, ---> flextest.lex <--- BOGUS aaa[insert 3000 more a's here]aaa %% a { /* example *