|
|
|
|
|
by latiera
4295 days ago
|
|
I like how he says 'compiled c++ (to javascript) is immune to buffer overflows' yet completely sidesteps the real issue at hand: Every major javascript virtual machine is riddled with security holes. In Firefox case (no sandbox, no process-per-tab, one of the worst C++ codebases I've ever seen security-wise, _infested_ with memory leaks and UAFs) these holes
can effortlessly lead to system compromise. In Chrome case, significantly more work is required. |
|
In practice it's similar to the way NACL/pNACL can sandbox code due to the limited instruction set & validation guarantees.