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

Bugfix: unsafe precondition(s) violated: slice::from_raw_parts requir… #129

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

evgenyigumnov
Copy link
Contributor

…es the pointer to be aligned and non-null, and the total size of the slice not to exceed isize::MAX

#128

@coveralls
Copy link

coveralls commented Jul 15, 2024

Pull Request Test Coverage Report for Build 9956618280

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 84.826%

Totals Coverage Status
Change from base Build 9767586604: 0.0%
Covered Lines: 341
Relevant Lines: 402

💛 - Coveralls

@otavio
Copy link
Member

otavio commented Jul 15, 2024

The proposed change looks great. However that is a couple of points that need to be improved prior to merging:

  • A test to confirm that the issue is fixed
  • A changelog entry

Is it possible for it to take a look at those items?

…es the pointer to be aligned and non-null, and the total size of the slice not to exceed isize::MAX

#128
@otavio otavio merged commit e3e3465 into OSSystems:master Jul 16, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants