On Mon, 2014-02-24 at 14:51 +0100, Markus Armbruster wrote: > v2: > * Treat readlink() filling buffer as error (Alex) > * Use sizeof() rather than PATH_MAX (Peter) > * PATCH 2/2 unchanged > > Markus Armbruster (2): > vfio: Fix overrun after readlink() fills buffer completely > pci-assign: Fix potential read beyond buffer on -EBUSY > > hw/i386/kvm/pci-assign.c | 1 + > hw/misc/vfio.c | 6 +++--- > 2 files changed, 4 insertions(+), 3 deletions(-)
For both: Acked-by: Alex Williamson <[email protected]> Peter, if you want to grab these directly, feel free, otherwise I can shepherd them in through vfio. Thanks, Alex
