You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…RalfJung
Implement non-null pointer for malloc(0)
Use non-null pointer for malloc(0) as mentioned in rust-lang#3576 to detect leaks and double free of ``malloc(0)`` addresses.
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
May 19, 2024
Particularly in conjunction with method receivers.
The text was updated successfully, but these errors were encountered: