Earlier quoted context omitted.
What for, may I ask?
My main use of QEMU is to run (in isolation, preferably) old software, whether it's some ancient game or some ancient accounting software or what have you. Said software is usually distributed as floppies (or, nowadays in a world where virtualization is hot shit) floppy images. Thus, even in virtualized environments, there's still a use case, for me at least. I can use DOSBox for a lot of this, I'm sure, but not all…
Venom – A security vulnerability in virtual floppy drive code
121–124 of 124 posts
Re: Venom – A security vulnerability in virtual floppy drive code
#122Earlier quoted context omitted.
And the alternative?
Tell the entire market the information you have and let them do with it as they will, versus telling your friends first and letting everyone else go to hell.
Re: Venom – A security vulnerability in virtual floppy drive code
#123The missing reset of the fifo is in one of the handlers defined at http://git.qemu.org/?p=qemu.git;a=blob;f=hw/block/fdc.c;hb=2... fdctrl_stop_transfer() might be one of the incriminated functions.
I like how I had to read 100 comments on Hacker News to learn this information. Vulnerability disclosure just isn't what it used to be.
Re: Venom – A security vulnerability in virtual floppy drive code
#124Earlier quoted context omitted.
I like how I had to read 100 comments on Hacker News to learn this information. Vulnerability disclosure just isn't what it used to be.
The diff is literaly linked in the article.