[PULL for-9.2 0/1] 9p queue 2024-11-08

Christian Schoenebeck posted 1 patch 2 weeks, 1 day ago
hw/9pfs/9p.c | 5 +++++
1 file changed, 5 insertions(+)
[PULL for-9.2 0/1] 9p queue 2024-11-08
Posted by Christian Schoenebeck 2 weeks, 1 day ago
The following changes since commit feef1866d1366d651e6a3cb8c9cf1a9aabb81395:

  Merge tag 'pull-riscv-to-apply-20241107' of https://github.com/alistair23/qemu into staging (2024-11-07 15:08:05 +0000)

are available in the Git repository at:

  https://github.com/cschoenebeck/qemu.git tags/pull-9p-20241108

for you to fetch changes up to 042b4ebfd2298ae01553844124f27d651cdb1071:

  9pfs: fix crash on 'Treaddir' request (2024-11-08 10:38:12 +0100)

----------------------------------------------------------------
* Fix crash with a bad 9p client.

----------------------------------------------------------------
Christian Schoenebeck (1):
      9pfs: fix crash on 'Treaddir' request

 hw/9pfs/9p.c | 5 +++++
 1 file changed, 5 insertions(+)
Re: [PULL for-9.2 0/1] 9p queue 2024-11-08
Posted by Peter Maydell 2 weeks, 1 day ago
On Fri, 8 Nov 2024 at 10:05, Christian Schoenebeck
<qemu_oss@crudebyte.com> wrote:
>
> The following changes since commit feef1866d1366d651e6a3cb8c9cf1a9aabb81395:
>
>   Merge tag 'pull-riscv-to-apply-20241107' of https://github.com/alistair23/qemu into staging (2024-11-07 15:08:05 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/cschoenebeck/qemu.git tags/pull-9p-20241108
>
> for you to fetch changes up to 042b4ebfd2298ae01553844124f27d651cdb1071:
>
>   9pfs: fix crash on 'Treaddir' request (2024-11-08 10:38:12 +0100)
>
> ----------------------------------------------------------------
> * Fix crash with a bad 9p client.
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2
for any user-visible changes.

-- PMM