mirror of
https://github.com/php/php-src.git
synced 2026-03-31 04:32:19 +02:00
Fix bug which causes inf loop on \r\n
This commit is contained in:
1292
phpdbg_lexer.c
1292
phpdbg_lexer.c
File diff suppressed because it is too large
Load Diff
@@ -65,7 +65,7 @@ INPUT [^\n\000]+
|
||||
|
||||
<!*> := yyleng = (size_t) YYCURSOR - (size_t) yytext;
|
||||
|
||||
<*>[\n\000] {
|
||||
<*>{WS}?[\n\000] {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user