You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pack: fix token count regression in JSON tokenizer and remove parser reset
This patch fixes a regression in flb_json_tokenise() where failure to reinitialize the jsmn_parser after reallocating
tokens led to invalid or duplicated token counts on repeated parses.
Signed-off-by: Eduardo Silva <[email protected]>
0 commit comments