Skip to content

Grow the lex token buffer in one more place

when parsing key pairs, if the '=' character fell at max_token a protective INSIST preventing buffer overrun could be triggered. Attempt to grow the buffer immediately before the INSIST.

Also removed an unnecessary INSIST on the opening double quote of key buffer pair.

(cherry picked from commit 4c356d27)

Closes #3175 (closed)

Merge request reports