LWN.net Logo

Are they using the right technology?

Are they using the right technology?

Posted May 23, 2012 17:17 UTC (Wed) by JoeBuck (subscriber, #2330)
In reply to: Are they using the right technology? by renox
Parent article: A Tale of Two Pwnies (Part 1)

Besides, only one of the six bugs was a classic C/C++ bug with integer overflow allowing writing beyond the end of the array. The others were either timing attacks or failures to properly check input, and such bugs are language-independent.

Switching to a "safe" language would eliminate one out of the six bugs, but then the expert cracker could look for flaws in the language implementation (bugs in the VM or the JIT) that might allow for an out-of-bounds write.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds