Hacker News new | ask | show | jobs
by ysleepy 1206 days ago
It seems to be an array out of bounds read/write. Rust does bound checks, so this should be covered.
1 comments

All languages except for C do bound checks, you don't need a borrow checker for this.