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

Refactor: prevent potential memory stomps in BlobBuilder and fix array safety #3

Merged
merged 4 commits into from
Jan 8, 2025

Conversation

SergeyMakeev
Copy link
Owner

Fixes unsafe memory access in BlobBuilder that could lead to memory corruption. Updates the Array API to eliminate the possibility of dangling pointers and references.

…y safety

Fixes unsafe memory access in BlobBuilder that could lead to memory corruption.
Updates the Array API to eliminate the possibility of dangling pointers and references.
@codecov-commenter
Copy link

codecov-commenter commented Jan 8, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (2502cfa) to head (e35c3b1).
Report is 5 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##              main        #3   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines         1305      1371   +66     
=========================================
+ Hits          1305      1371   +66     

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

@SergeyMakeev SergeyMakeev merged commit b30bee6 into main Jan 8, 2025
7 checks passed
@SergeyMakeev SergeyMakeev deleted the fix-memory-stomp branch January 8, 2025 01:55
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