From 79f542cea6556db82ece7c2c45e87169f1c6447e Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 2 Nov 2015 11:14:19 +0100 Subject: [PATCH] Fix CVE reference --- qemu.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qemu.spec b/qemu.spec index effb03b..7675618 100644 --- a/qemu.spec +++ b/qemu.spec @@ -210,7 +210,7 @@ Patch0003: 0001-ide-Check-array-bounds-before-writing-to-io_buffer-C.patch # CVE-2015-3214: i8254: fix out-of-bounds memory access in pit_ioport_read() (bz #1243729) Patch0004: 0002-i8254-fix-out-of-bounds-memory-access-in-pit_ioport_.patch -# CVE-2015-5154: pcnet: force the buffer access to be in bounds during tx (bz #1230538) +# CVE-2015-3209: pcnet: force the buffer access to be in bounds during tx (bz #1230538) Patch0005: 0003-pcnet-fix-Negative-array-index-read.patch Patch0006: 0004-pcnet-force-the-buffer-access-to-be-in-bounds-during.patch @@ -745,7 +745,7 @@ CAC emulation development files. # CVE-2015-3214: i8254: fix out-of-bounds memory access in pit_ioport_read() (bz #1243729) %patch0004 -p1 -# CVE-2015-5154: pcnet: force the buffer access to be in bounds during tx (bz #1230538) +# CVE-2015-3209: pcnet: force the buffer access to be in bounds during tx (bz #1230538) %patch0005 -p1 %patch0006 -p1 @@ -1536,7 +1536,7 @@ getent passwd qemu >/dev/null || \ * Mon Nov 02 2015 Lubomir Rintel - 2:2.0.0-1.6 - CVE-2015-5154: ide: Check array bounds before writing to io_buffer (bz #1247143) - CVE-2015-3214: i8254: fix out-of-bounds memory access in pit_ioport_read() (bz #1243729) -- CVE-2015-5154: pcnet: force the buffer access to be in bounds during tx (bz #1230538) +- CVE-2015-3209: pcnet: force the buffer access to be in bounds during tx (bz #1230538) * Mon May 25 2015 Lubomir Rintel - 2:2.0.0-1.5 - CVE-2015-3456: fdc: out-of-bounds fifo buffer memory access (bz #1221152)