Reg Hardware

QuickTime, not Safari, to blame for MacBook vuln

Anonymous Coward

Hmmmmm.... 

The more we know, the less we know. We now know it wasn't a Safari flaw. So... was it *actually* a Quicktime flaw or (possibly more likely) a Java flaw....

Clay Garland

I think. . . 

I think it's more likely that the flaw is a combination of the two programs, probably Java generating some data, or doing something that it isn't supposed to do, since web java is supposed to play in a sandbox, and then quicktime, when presented with data that is totally unexpected, after all, you can't test for every possible case, and hence overflowing with some executable code causing a remote shell to pop up.

Anonymous Coward

Here we go again. o_O 

Fanbois, start your engines!

WT

No excuses 

Not checking bounds is always bad. It's one of those things almost everybody does (in particular thanks to the C/C++ languages which leave this task explicitly to the programmers) but it is a very bad practise nevetheless.

Considering the speed of modern hardware, there is no reason to omit bounds checking. It is about time that programmers are getting their butts kicked to always do bounds checking, no exceptions ever allowed. Better still, compilers should be upgraded to apply bounds checking by default.

Until that time comes, we will have to put up with software ridden with security holes and bugs like a Swiss cheese.