We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rust APIs guard against isize::MAX allocs, check how easy it is to break that without said checks.
isize::MAX
std::ffi::CStr::from_ptr
_HEAP_MAXREQ
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Rust APIs guard against
isize::MAX
allocs, check how easy it is to break that without said checks.std::ffi::CStr::from_ptr
was given as a problematic example API_HEAP_MAXREQ
does imply terrible thingsThe text was updated successfully, but these errors were encountered: