Skip to content

fix 44239 - #3040

Merged
Cyan4973 merged 1 commit into
devfrom
fix44239
Feb 1, 2022
Merged

fix 44239#3040
Cyan4973 merged 1 commit into
devfrom
fix44239

Conversation

@Cyan4973

@Cyan4973 Cyan4973 commented Jan 31, 2022

Copy link
Copy Markdown
Contributor

credit to oss-fuzz

This issue could happen when using the new Sequence Compression API in Explicit Delimiter Mode
with a too small dstCapacity.
In which case, in one place, the buffer size wasn't checked.

note : after this bug is fixed, the same oss-fuzz test still fails later on, but that's for a completely different reason, itself being fixed in #3036.

credit to oss-fuzz

This issue could happen when using the new Sequence Compression API in Explicit Delimiter Mode
with a too small dstCapacity.
In which case, there was one place where the buffer size wasn't checked.
@Cyan4973
Cyan4973 merged commit 529a587 into dev Feb 1, 2022
@Cyan4973
Cyan4973 deleted the fix44239 branch January 13, 2023 04:28
@Cyan4973 Cyan4973 mentioned this pull request Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants