TIL: Safe Rust can segfault too: $ ./totallysafe Segmentation fault (core dumped) And no it's not a controlled panic.
-
-
honestly a bit too lame :-)
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
here it is: fn r(a: &[i8]){let a: [i8; 8193] = [0; 8193];r(&a);} fn main(){ let a: [i8; 8193] = [0; 8193]; r(&a); }
-
uhm... it called my attention. Fuzzing it :)
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.