Memory leak in host calls
Open
- Dominant language
- C++
- Stars
- 200
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.