mbox series

[v4,0/2] Fix segfault in qemu_rbd_parse_filename

Message ID 20210421212343.85524-1-ckuehl@redhat.com
Headers show
Series Fix segfault in qemu_rbd_parse_filename | expand

Message

Connor Kuehl April 21, 2021, 9:23 p.m. UTC
Connor Kuehl (2):
  iotests/231: Update expected deprecation message
  block/rbd: Add an escape-aware strchr helper

 block/rbd.c                | 32 +++++++++++++++++++++-----------
 tests/qemu-iotests/231     |  4 ++++
 tests/qemu-iotests/231.out |  7 ++++---
 3 files changed, 29 insertions(+), 14 deletions(-)

Comments

Max Reitz April 22, 2021, 12:32 p.m. UTC | #1
On 21.04.21 23:23, Connor Kuehl wrote:
> Connor Kuehl (2):
>    iotests/231: Update expected deprecation message
>    block/rbd: Add an escape-aware strchr helper
> 
>   block/rbd.c                | 32 +++++++++++++++++++++-----------
>   tests/qemu-iotests/231     |  4 ++++
>   tests/qemu-iotests/231.out |  7 ++++---
>   3 files changed, 29 insertions(+), 14 deletions(-)

Thanks, applied to my block-next branch (for 6.1):

https://git.xanclic.moe/XanClic/qemu/commits/branch/block-next

Max