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

Greg Kurz posted 1 patch 5 years, 5 months ago
Test asan passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181126095710.380206-1-groug@kaod.org
hw/9pfs/9p.c | 3 +++
1 file changed, 3 insertions(+)
[Qemu-devel] [PULL 0/1] 9p fixes for v3.1.0-rc3
Posted by Greg Kurz 5 years, 5 months ago
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(+)
-- 
2.17.2


Re: [Qemu-devel] [PULL 0/1] 9p fixes for v3.1.0-rc3
Posted by Peter Maydell 5 years, 5 months ago
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