Skip to content

Cherry-pick bellard/quickjs@1eb05e44fa #1020

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 8, 2025

Conversation

bnoordhuis
Copy link
Contributor

Fix buffer overflows in the string and BigInt deserializer caused by a missing length check and bad size calculation respectively.

Fixes: #1018

Fix buffer overflows in the string and BigInt deserializer caused by a
missing length check and bad size calculation respectively.

Fixes: quickjs-ng#1018
@bnoordhuis
Copy link
Contributor Author

cygwin failure is infrastructural (http request fails)

@bnoordhuis bnoordhuis merged commit 28fa43d into quickjs-ng:master Apr 8, 2025
123 of 124 checks passed
@bnoordhuis bnoordhuis deleted the fix1018 branch April 8, 2025 19:13
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.

heap buffer overflow in JS_ReadBigInt
2 participants