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
ASan diagnosis only special-cases the too-large allocations. So we end up with some goofy diagnoses like UB: SEGV which should indicate clearly that this is a null pointer deref, and UB: attempting which is just the first word of "attempting double free".
The text was updated successfully, but these errors were encountered:
crater-at-home/src/diagnose.rs
Lines 70 to 79 in eaaea3d
ASan diagnosis only special-cases the too-large allocations. So we end up with some goofy diagnoses like
UB: SEGV
which should indicate clearly that this is a null pointer deref, andUB: attempting
which is just the first word of "attempting double free".The text was updated successfully, but these errors were encountered: