CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/02/14 04:27:32
Modified files:
emulators/qemu : Makefile
emulators/qemu/patches: patch-hw_usb_hcd-ehci_c
Log message:
Add a patch from QEMU upstream to fix CVE-2016-2198. From Brad, ok aja@
"USB Ehci emulation supports host controller capability registers.
But its mmio '.write' function was missing, which lead to a null
pointer dereference issue. Add a do nothing 'ehci_caps_write'
definition to avoid it; Do nothing because capability registers
are Read Only(RO)."