Re: [Qemu-block] [PATCH for-2.7? v2 0/5] block: Use QemuOpts for runtime options

2016-08-15 Thread Jeff Cody
On Mon, Aug 15, 2016 at 02:34:52PM +0200, Max Reitz wrote: > The SSH and NBD block drivers currently directly extract their runtime > options from the options QDict they receive. This is bad practice and > can lead to segmentation faults (which, however, will always be a NULL > pointer dereference,

[Qemu-block] [PATCH for-2.7? v2 0/5] block: Use QemuOpts for runtime options

2016-08-15 Thread Max Reitz
The SSH and NBD block drivers currently directly extract their runtime options from the options QDict they receive. This is bad practice and can lead to segmentation faults (which, however, will always be a NULL pointer dereference, so it should not be exploitable beyond a DoS). This series fixes