Re: [PATCH 1/9] tests/virtio-9p: v9fs_string_read() didn't terminate string

2019-12-18 Thread Greg Kurz
An affirmative form would provide a better one-line summary of what this patch does, eg: Add terminating nul in v9fs_string_read(). And maybe explain that, despite it is well known that strings don't have a terminating nul in 9P, this will allow future users of v9fs_string_read() to use regular C

[PATCH 1/9] tests/virtio-9p: v9fs_string_read() didn't terminate string

2019-12-17 Thread Christian Schoenebeck
Signed-off-by: Christian Schoenebeck --- tests/virtio-9p-test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/virtio-9p-test.c b/tests/virtio-9p-test.c index e7b58e3a0c..880b4ff567 100644 --- a/tests/virtio-9p-test.c +++ b/tests/virtio-9p-test.c @@ -130,8 +130,9 @@ s