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 mempool by replacing vmalloc_node with vzalloc_node #203

Open
ampresent opened this issue May 16, 2023 · 0 comments
Open

Fix mempool by replacing vmalloc_node with vzalloc_node #203

ampresent opened this issue May 16, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ampresent
Copy link
Collaborator

Users usually assume data allocated from the mempool is all zero. However vmalloc_node returns memory filled with random data.

@ampresent ampresent added the bug Something isn't working label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants