mbox series

[v2,0/2] Fix segfault in qemu_rbd_parse_filename

Message ID 20210401210150.2127670-1-ckuehl@redhat.com (mailing list archive)
Headers show
Series Fix segfault in qemu_rbd_parse_filename | expand

Message

Connor Kuehl April 1, 2021, 9:01 p.m. UTC
Replaced the change to qemu_rbd_next_tok with a standalone escape-aware
helper for patch 2.

Connor Kuehl (2):
  iotests/231: Update expected deprecation message
  block/rbd: Add an escape-aware strchr helper

 block/rbd.c                | 20 ++++++++++++++++++--
 tests/qemu-iotests/231     |  4 ++++
 tests/qemu-iotests/231.out |  7 ++++---
 3 files changed, 26 insertions(+), 5 deletions(-)