pull/17/head
Erin 2023-11-02 19:53:03 +01:00
parent 2e642f12fc
commit 4c3f350651
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
) {
unsafe {
eprintln!("[E] Memory access fault at {:p}", (*info).si_addr());
exit(2);
}
}