Bug 2001314
Summary: | null pointer deference in qemu_rbd_unescape() when create rbd image with '\/' in the image name | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | John Ferlan <jferlan> |
Component: | qemu-kvm | Assignee: | John Ferlan <jferlan> |
qemu-kvm sub component: | Ceph | QA Contact: | Tingting Mao <timao> |
Status: | CLOSED CURRENTRELEASE | Docs Contact: | |
Severity: | low | ||
Priority: | low | CC: | coli, hhan, jinzhao, juzhang, timao, virt-maint, xuwei |
Version: | 9.0 | Keywords: | TestOnly, Triaged |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1873913 | Environment: | |
Last Closed: | 2021-09-17 08:23:52 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1873913, 1997408 | ||
Bug Blocks: |
Description
John Ferlan
2021-09-05 13:38:26 UTC
Reproduced this issue as below: Tested with: qemu-kvm-6.0.0-13.el9_b.2 kernel-5.14.0-1.el9.x86_64 Steps: # qemu-img create 'rbd:rbd/aa\/test' 1M Formatting 'rbd:rbd/aa\/test', fmt=raw size=1048576 Segmentation fault (core dumped) Verified this bug as below: Tested with: qemu-kvm-6.1.0-2.el9 kernel-5.14.0-0.rc7.54.el9.x86_64 Steps: # qemu-img create 'rbd:rbd/aa\/test' 1M Formatting 'rbd:rbd/aa\/test', fmt=raw size=1048576 |