[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 0/1] CVE-2015-3209 pcnet tx buffer fix patches
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PULL 0/1] CVE-2015-3209 pcnet tx buffer fix patches |
Date: |
Wed, 10 Jun 2015 15:46:24 +0100 |
On 10 June 2015 at 15:04, Stefan Hajnoczi <address@hidden> wrote:
> This is a security fix for CVE-2015-3209. Please see the patch for details.
>
> The following changes since commit b0411142f482df92717f8b4a3b746081a62b724f:
>
> Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150609' into
> staging (2015-06-09 15:29:34 +0100)
>
> are available in the git repository at:
>
> git://github.com/stefanha/qemu.git
> tags/CVE-2015-3209-pcnet-tx-buffer-fix-pull-request
>
> for you to fetch changes up to 9f7c594c006289ad41169b854d70f5da6e400a2a:
>
> pcnet: force the buffer access to be in bounds during tx (2015-06-10
> 15:03:02 +0100)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Petr Matousek (1):
> pcnet: force the buffer access to be in bounds during tx
>
> hw/net/pcnet.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
Applied, thanks.
-- PMM