[Qemu-devel] [PULL 0/1] 9pfs patches for 2.11 20171016

Greg Kurz posted 1 patch 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171016151337.4121-1-groug@kaod.org
Test checkpatch passed
Test docker passed
Test s390x passed
hw/9pfs/9p.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] 9pfs patches for 2.11 20171016
Posted by Greg Kurz 6 years, 6 months ago
The following changes since commit 40a1e8ac2e10155b5df13a2508ac080b00cd7e23:

  Merge remote-tracking branch 'remotes/elmarco/tags/vu-pull-request' into staging (2017-10-16 10:22:39 +0100)

are available in the git repository at:

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

for you to fetch changes up to 7bd92756303f2158a68d5166264dc30139b813b6:

  9pfs: use g_malloc0 to allocate space for xattr (2017-10-16 14:21:59 +0200)

----------------------------------------------------------------
This fixes a potential data leak to the guest.

----------------------------------------------------------------
Prasad J Pandit (1):
      9pfs: use g_malloc0 to allocate space for xattr

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


Re: [Qemu-devel] [PULL 0/1] 9pfs patches for 2.11 20171016
Posted by Peter Maydell 6 years, 6 months ago
On 16 October 2017 at 16:13, Greg Kurz <groug@kaod.org> wrote:
> The following changes since commit 40a1e8ac2e10155b5df13a2508ac080b00cd7e23:
>
>   Merge remote-tracking branch 'remotes/elmarco/tags/vu-pull-request' into staging (2017-10-16 10:22:39 +0100)
>
> are available in the git repository at:
>
>   https://github.com/gkurz/qemu.git tags/for-upstream
>
> for you to fetch changes up to 7bd92756303f2158a68d5166264dc30139b813b6:
>
>   9pfs: use g_malloc0 to allocate space for xattr (2017-10-16 14:21:59 +0200)
>
> ----------------------------------------------------------------
> This fixes a potential data leak to the guest.
>
> ----------------------------------------------------------------
> Prasad J Pandit (1):
>       9pfs: use g_malloc0 to allocate space for xattr

Applied, thanks.

-- PMM