To kill memory safety bugs in C code, try the TrapC fork(theregister.com) |
To kill memory safety bugs in C code, try the TrapC fork(theregister.com) |
Word salad aside, how is this achieved? RAII? Some super-secret static analysis? Are some allocation patterns just not allowed?
> "And TrapC has the same ABI as C. So if you want to do something unsafe, you can write it in C and link to it. And this is a big difference from Rust where you have the unsafe keyword saying, 'Well, you know, I give up, I'm not going to be safe here.'"