Tracker: Bugs

5 yy_top_state crashes on INITIAL state - ID: 3462982
Last Update: Tracker Item Submitted ( reetnem )

yy_top_state crashes when called in state INITIAL!

Version: flex 2.5.35
Machine: SunOS dts06 5.9 Generic_112233-12 sun4u sparc SUNW,Sun-Blade-1500

static int yy_top_state (void)
{
return (yy_start_stack)[(yy_start_stack_ptr) - 1];
}

Code should protect against:
yy_start_stack_ptr = 0 or (yy_start_stack)[ -1 ];


Robert E. Menteer II ( reetnem ) - 2011-12-20 06:23:40 PST

5

Open

None

Nobody/Anonymous

Running the scanner

2.5.35

Public


Comments

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.