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: initialize scratch buffer #752

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

TestingPlant
Copy link
Collaborator

Previously, the code took a reference to uninitialized memory, which is undefined behavior. Allocating zeroed memory is relatively cheap, so the scratch buffer allocates zeroed memory to initialize the memory.

@github-actions github-actions bot added the fix label Dec 18, 2024
@andrewgazelka andrewgazelka enabled auto-merge (squash) December 18, 2024 17:03
Previously, the code took a reference to uninitialized memory, which is
undefined behavior. Allocating zeroed memory is relatively cheap, so the
scratch buffer allocates zeroed memory to initialize the memory.
auto-merge was automatically disabled December 18, 2024 17:26

Merge commits are not allowed on this repository

@andrewgazelka andrewgazelka merged commit 7afedab into hyperion-mc:main Dec 18, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants