Check out my Itch.io profile for cool PC/Android […]
🌉 bridged from ⁂ https://techhub.social/@jakub_neruda, follow @ap.brid.gy to interact
fn get_index(idx: usize) -> usize
{
return 69069 * idx + 1;
}
fn main() {
let arr = [1, 2, 3];
print!("{}", arr[get_index(1)]);
}
fn get_index(idx: usize) -> usize
{
return 69069 * idx + 1;
}
fn main() {
let arr = [1, 2, 3];
print!("{}", arr[get_index(1)]);
}
While they might prevent exploitation of, let's say buffer overrun, said buffer overrun is still bug on the programmer's part. The bugs won't go anywhere just because […]
While they might prevent exploitation of, let's say buffer overrun, said buffer overrun is still bug on the programmer's part. The bugs won't go anywhere just because […]