Re: [PATCH] tools/libxenhypfs: fix reading of gzipped string

2021-01-18 Thread Andrew Cooper
On 18/01/2021 12:06, Juergen Gross wrote: > Reading a gzipped string value from hypfs doesn't add a 0 byte at the > end. Fix that. > > Fixes: 86234eafb95295 ("libs: add libxenhypfs") > Signed-off-by: Juergen Gross Acked-by: Andrew Cooper > --- > tools/libs/hypfs/core.c | 3 ++- > 1 file change

[PATCH] tools/libxenhypfs: fix reading of gzipped string

2021-01-18 Thread Juergen Gross
Reading a gzipped string value from hypfs doesn't add a 0 byte at the end. Fix that. Fixes: 86234eafb95295 ("libs: add libxenhypfs") Signed-off-by: Juergen Gross --- tools/libs/hypfs/core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/libs/hypfs/core.c b/tools/libs