mbox

[PULL,0/1] 9p fixes for v3.1.0-rc3

Message ID 20181126095710.380206-1-groug@kaod.org
State New
Headers show

Pull-request

https://github.com/gkurz/qemu.git tags/for-upstream

Message

Greg Kurz Nov. 26, 2018, 9:57 a.m. UTC
The following changes since commit 5298f4d67a911dd9cefa4c4185eed242074d64c2:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2018-11-23 08:54:52 +0000)

are available in the Git repository at:

  https://github.com/gkurz/qemu.git tags/for-upstream

for you to fetch changes up to 1d20398694a3b67a388d955b7a945ba4aa90a8a8:

  9p: fix QEMU crash when renaming files (2018-11-23 13:28:03 +0100)

----------------------------------------------------------------
Fixes a QEMU crash triggerable by guest userspace (CVE-2018-19489).

----------------------------------------------------------------
Greg Kurz (1):
      9p: fix QEMU crash when renaming files

 hw/9pfs/9p.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

Peter Maydell Nov. 26, 2018, 12:41 p.m. UTC | #1
On Mon, 26 Nov 2018 at 09:57, Greg Kurz <groug@kaod.org> wrote:
>
> The following changes since commit 5298f4d67a911dd9cefa4c4185eed242074d64c2:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2018-11-23 08:54:52 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/gkurz/qemu.git tags/for-upstream
>
> for you to fetch changes up to 1d20398694a3b67a388d955b7a945ba4aa90a8a8:
>
>   9p: fix QEMU crash when renaming files (2018-11-23 13:28:03 +0100)
>
> ----------------------------------------------------------------
> Fixes a QEMU crash triggerable by guest userspace (CVE-2018-19489).
>
> ----------------------------------------------------------------
> Greg Kurz (1):
>       9p: fix QEMU crash when renaming files
>
>  hw/9pfs/9p.c | 3 +++
>  1 file changed, 3 insertions(+)
> --

Applied, thanks.

-- PMM