Fix CVE reference

This commit is contained in:
Lubomir Rintel 2015-11-02 11:14:19 +01:00
parent 5f7cb4c26f
commit 79f542cea6
1 changed files with 3 additions and 3 deletions

View File

@ -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 <lkundrak@v3.sk> - 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 <lkundrak@v3.sk> - 2:2.0.0-1.5
- CVE-2015-3456: fdc: out-of-bounds fifo buffer memory access (bz #1221152)