[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH V3 0/2] fix segfault and naming of runtime opts
From: |
Peter Lieven |
Subject: |
[Qemu-block] [PATCH V3 0/2] fix segfault and naming of runtime opts |
Date: |
Wed, 1 Feb 2017 10:53:47 +0100 |
commit 94d6a7a accidently left the naming of runtime opts and QAPI
scheme inconsistent. Furthermore a NULL pointer dereference resulted
in a segfault when parsing URI parameters.
v1->v2: Patch 1: fixed type in commit msg [Eric]
Patch 2: noted backwards incompatiblity with 2.8 [Eric]
v2->v3: Patch 2: also change names in nfs_refresh_filename [Max]
fix typo in commit msg [Eric]
Peter Lieven (2):
block/nfs: fix NULL pointer dereference in URI parsing
block/nfs: fix naming of runtime opts
block/nfs.c | 49 +++++++++++++++++++++++++------------------------
1 file changed, 25 insertions(+), 24 deletions(-)
--
1.9.1
- [Qemu-block] [PATCH V3 0/2] fix segfault and naming of runtime opts,
Peter Lieven <=