Memory safety
Memory safety
Posted Jan 10, 2014 12:33 UTC (Fri) by HelloWorld (guest, #56129)Parent article: Practical security for 2014
I think that in order to be secure, we desperately need memory safety for programs written in C. And there's a project which claims to achieve just that:
http://acg.cis.upenn.edu/softbound/
There was a talk at 30c3:
http://www.youtube.com/watch?v=2ybcByjNlq8
http://acg.cis.upenn.edu/softbound/
There was a talk at 30c3:
http://www.youtube.com/watch?v=2ybcByjNlq8
IOW, the technology to get rid of almost all buffer overflow exploits is there, it just needs to be used. And as long as we don't, we can't claim to be serious about security.