]> xenbits.xensource.com Git - mini-os.git/commit
Mini-OS: fix 9pfs stat receive format
authorJuergen Gross <jgross@suse.com>
Tue, 21 Nov 2023 09:49:52 +0000 (10:49 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 21 Nov 2023 21:05:11 +0000 (21:05 +0000)
commit02c0e51fc9ab7cf404414431de224a62a62f558d
tree5d08d5b1df9fdabda2697938ed797863a52853ac
parent961ed15f04f5d8fc96279836cf52bc36d0a5141e
Mini-OS: fix 9pfs stat receive format

The format string of the received data for the 9pfs stat command is
missing the initial 2 byte total length specifier. Add it.

Fixes: 2d1dfccd3aa3 ("Mini-OS: add read and write support to 9pfsfront")
Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Jason Andryuk <jandryuk@gmail.com>
9pfront.c