help-flex
[Top][All Lists]
Advanced

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

Re: flex -- input buffer overflow problem


From: Hans-Bernhard Broeker
Subject: Re: flex -- input buffer overflow problem
Date: Mon, 22 Oct 2001 15:19:11 +0200 (MET DST)

On Mon, 22 Oct 2001, W. L. Estes wrote:

> Anyone have any thoughts on this?

Only a very vague idea: default rule being matched in a scanner that uses
several different start conditions --- this could mean that the start
condition isn't always initialized to INITIAL reliably when a new file
gets started. Particularly since that scanner doesn't issue a single
forced BEGIN(some_state), but rather relies entirely on yy_push_state()
and yy_pop_state() for start condition changes.


-- 
Hans-Bernhard Broeker (address@hidden)
Even if all the snow were burnt, ashes would remain.




reply via email to

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