The following changes since commit b0df6e2f2c6c45df8d4d286933799c623e124d98:
Merge tag 'pull-riscv-to-apply-20260616' of https://github.com/alistair23/qemu into staging (2026-06-16 10:41:47 -0400)
are available in the Git repository at:
https://github.com/cschoenebeck/qemu.git tags/pull-9p-20260617
for you to fetch changes up to 116db2986b11c914217bbd1547815b6c7efb944a:
hw/9pfs: consolidate name validation with check_name() (2026-06-17 17:21:55 +0200)
----------------------------------------------------------------
9pfs changes:
- Fix guest-triggerable assertion fault (DoS) with the legacy Twstat
rename handler.
- Code deduplication.
----------------------------------------------------------------
Christian Schoenebeck (3):
hw/9pfs: fix abort due to illegal name with Twstat rename
hw/9pfs: reject . and .. in Twstat rename
hw/9pfs: consolidate name validation with check_name()
hw/9pfs/9p.c | 97 ++++++++++++++++++++++++++----------------------------------
1 file changed, 42 insertions(+), 55 deletions(-)