mbox

[PULL,0/1] 9p fixes for QEMU 4.2-rc3

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

Pull-request

https://github.com/gkurz/qemu.git tags/9p-fix-2019-11-23

Message

Greg Kurz Nov. 23, 2019, 4:59 p.m. UTC
The following changes since commit 2061735ff09f9d5e67c501a96227b470e7de69b1:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-11-21 17:18:40 +0000)

are available in the Git repository at:

  https://github.com/gkurz/qemu.git tags/9p-fix-2019-11-23

for you to fetch changes up to 68d654daee4364a0eca589a547d716084d9cb33d:

  9pfs: Fix divide by zero bug (2019-11-23 15:51:48 +0100)

----------------------------------------------------------------
9pfs fixes for QEMU 4.2

This fixes a potential QEMU crash if the underlying filesystem returns
a null block size in statfs().

----------------------------------------------------------------
Dan Schatzberg (1):
      9pfs: Fix divide by zero bug

 hw/9pfs/9p.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Peter Maydell Nov. 25, 2019, 3:05 p.m. UTC | #1
On Sat, 23 Nov 2019 at 16:59, Greg Kurz <groug@kaod.org> wrote:
>
> The following changes since commit 2061735ff09f9d5e67c501a96227b470e7de69b1:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-11-21 17:18:40 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/gkurz/qemu.git tags/9p-fix-2019-11-23
>
> for you to fetch changes up to 68d654daee4364a0eca589a547d716084d9cb33d:
>
>   9pfs: Fix divide by zero bug (2019-11-23 15:51:48 +0100)
>
> ----------------------------------------------------------------
> 9pfs fixes for QEMU 4.2
>
> This fixes a potential QEMU crash if the underlying filesystem returns
> a null block size in statfs().
>
> ----------------------------------------------------------------
> Dan Schatzberg (1):
>       9pfs: Fix divide by zero bug
>
>  hw/9pfs/9p.c | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> --
> 2.21.0


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM