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 Clippy warning on memory allocation. #130

Merged
merged 3 commits into from Jan 31, 2022

Conversation

Swaagie
Copy link
Contributor

@Swaagie Swaagie commented Jan 26, 2022

Fix clippy lint warning to safely initialize potentially unallocated memory with MaybeUninit

Extracted from: #129

src/allocator.rs Outdated Show resolved Hide resolved
Signed-off-by: Martijn Swaagman <martijn@swaagman.online>
Signed-off-by: Martijn Swaagman <martijn@swaagman.online>
@PiotrSikora PiotrSikora changed the title Fix lint warning on memory allocation Fix Clippy warning on memory allocation. Jan 31, 2022
Copy link
Contributor

@PiotrSikora PiotrSikora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@PiotrSikora PiotrSikora merged commit cf7894e into proxy-wasm:master Jan 31, 2022
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.

None yet

2 participants