Skip to content

Buffer Boundary CRLF Check#5

Merged
neuecc merged 1 commit intoCysharp:mainfrom
EnsignPayton:buffer-boundary
Mar 31, 2024
Merged

Buffer Boundary CRLF Check#5
neuecc merged 1 commit intoCysharp:mainfrom
EnsignPayton:buffer-boundary

Conversation

@EnsignPayton
Copy link
Contributor

If the buffer reads in up to a CR and the following buffer read starts with an LF, the CR was being left on the end of the first line returned after the second buffer was read. Adjust index check to account for this

Closes #4

If the buffer reads in up to a CR and the following buffer read starts
with an LF, the CR was being left on the end of the first line returned
after the second buffer was read. Adjust index check to account for this
@neuecc
Copy link
Member

neuecc commented Mar 31, 2024

Thank you!
Thanks for the great testing and quick fixes, we'll release it soon!

@neuecc neuecc merged commit d170fc3 into Cysharp:main Mar 31, 2024
@EnsignPayton EnsignPayton deleted the buffer-boundary branch March 31, 2024 01:11
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.

Buffer Boundary CRLF

2 participants