mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00:00
(get_next_token): Fix indefinite loop bug scanning
escaped quotes.
This commit is contained in:
parent
4986c2c6c8
commit
2afff93ade
@ -158,6 +158,7 @@ get_next_token (char * buf, char ** pSrc)
|
||||
if (p[0] == escape_char && escape_char != '"')
|
||||
{
|
||||
escape_char_run++;
|
||||
p++;
|
||||
continue;
|
||||
}
|
||||
else if (p[0] == '"')
|
||||
|
Loading…
Reference in New Issue
Block a user