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

Memory leak in host calls #88

Open
swatanabe-b1 opened this issue Sep 18, 2019 · 0 comments
Open

Memory leak in host calls #88

swatanabe-b1 opened this issue Sep 18, 2019 · 0 comments
Milestone

Comments

@swatanabe-b1
Copy link
Contributor

validate_ptr will siglongjmp from the signal handler if the pointer is out of bounds. This will bypass any destructors including those of aligned_array_wrapper. No intrinsics in nodeos can trigger this bug.

@swatanabe-b1 swatanabe-b1 added this to the 1.1 milestone Sep 19, 2019
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

No branches or pull requests

1 participant