Skip to content

Commit

Permalink
XS: clusterfuzz 9, 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Soquet committed Jun 28, 2022
1 parent 1f5fc42 commit 5c973c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xs/sources/xsSyntaxical.c
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,7 @@ void fxDebuggerStatement(txParser* parser)
void fxDoStatement(txParser* parser)
{
txInteger aLine = parser->line;
fxCheckParserStack(parser, aLine);
fxPushNULL(parser);
fxMatchToken(parser, XS_TOKEN_DO);
fxStatement(parser, 0);
Expand Down

0 comments on commit 5c973c1

Please sign in to comment.