carpelbridgesyndrome@sh.itjust.workstoProgramming@programming.dev•White House: Future Software Should Be Memory SafeEnglish
4·
10 months agoThe thing is the whole c program is unsafe. In rust individual parts are marked unsafe. This means auditing should be easier. Also being always on your toes isn’t really viable. Breaking down the program into safe vs unsafe is probably an improvment
I wouldn’t trust the Java app sandbox at all. They basically abandoned it.