Skip to content

fjson: fill() after buffer resize#6981

Merged
mattnibs merged 1 commit into
mainfrom
fjson-file-buf-resize
May 21, 2026
Merged

fjson: fill() after buffer resize#6981
mattnibs merged 1 commit into
mainfrom
fjson-file-buf-resize

Conversation

@mattnibs
Copy link
Copy Markdown
Collaborator

@mattnibs mattnibs commented May 21, 2026

This commit fixes an issue with fjson where the reader was not reading more data after encountering a value that does not fit in the initial read buffer.

Closes #6980

This commit fix an issue with fjson where the reader was not reading
more data after encountering a value that does not fit in the initial
read buffer.

Closes #6980
@mattnibs mattnibs force-pushed the fjson-file-buf-resize branch from fe111fc to 6400de3 Compare May 21, 2026 17:59
@philrz philrz requested a review from a team May 21, 2026 18:16
@mattnibs mattnibs merged commit 0e08f29 into main May 21, 2026
2 checks passed
@mattnibs mattnibs deleted the fjson-file-buf-resize branch May 21, 2026 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fjson: "invalid JSON value" on valid input

2 participants