Skip to content
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

fix(aarch64): bugs when parsing json #745

Merged
merged 9 commits into from
Feb 19, 2025
Merged

fix(aarch64): bugs when parsing json #745

merged 9 commits into from
Feb 19, 2025

Conversation

liuq19
Copy link
Collaborator

@liuq19 liuq19 commented Feb 18, 2025

Main Changes:

  1. fix parsing invalid json bug in aarch64 Parsing json with invalid bytes inside strings on arm64 causes memory corruption #739
  2. fix parsing large json bug in aarch64 Unmarshalling error under arm64 #744
  3. fuzzing invalid json and enabling more unit tests for invalid jsons Enhance the unittest and integration testing #657

@liuq19 liuq19 changed the title Fix/aarch64 fix(aarch64): bug when parsing json in aarch64 Feb 19, 2025
@liuq19 liuq19 changed the title fix(aarch64): bug when parsing json in aarch64 fix(aarch64): bugs when parsing json Feb 19, 2025
AsterDY
AsterDY previously approved these changes Feb 19, 2025
@AsterDY AsterDY merged commit 51ef605 into main Feb 19, 2025
41 checks passed
@AsterDY AsterDY deleted the fix/aarch64 branch February 19, 2025 04:34
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.

2 participants