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

Add missing unsafe for the buf to buf helpers #58

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

bjorn3
Copy link
Collaborator

@bjorn3 bjorn3 commented Dec 3, 2024

They depend on the passed in pointers being valid and the right lengths for the buffers being passed in for safety.

They depend on the passed in pointers being valid and the right lengths
for the buffers being passed in for safety.
@bjorn3 bjorn3 requested a review from folkertdev December 3, 2024 10:37
Copy link

codecov bot commented Dec 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
libbzip2-rs-sys/src/bzlib.rs 92.64% <100.00%> (+0.02%) ⬆️

@folkertdev folkertdev merged commit 6ff4fa2 into main Dec 3, 2024
16 checks passed
@folkertdev folkertdev deleted the missing_unsafe branch December 3, 2024 10:46
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