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: OOB read in parse_storage_keys on malformed inputs #196

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

obatirou
Copy link
Contributor

@obatirou obatirou commented Dec 2, 2024

Closes #155

Fixes potential OOB reads for malformed access lists.

Note to reviewer: this is a fix imported from C4 mitigation, ensure the fix was correctly ported by looking at the corresponding issue and PR.

Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@1183d22). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #196   +/-   ##
=======================================
  Coverage        ?   63.23%           
=======================================
  Files           ?       43           
  Lines           ?     7165           
  Branches        ?        0           
=======================================
  Hits            ?     4531           
  Misses          ?     2634           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ClementWalter ClementWalter merged commit 1b7da8b into kkrt-labs:main Dec 3, 2024
5 checks passed
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.

fix: OOB read in parse_storage_keys on malformated inputs
2 participants