Re: [PATCH 09/16] xenParseSxprSound: Refactor parsing of model list

2021-03-10 Thread Ján Tomko
On a Tuesday in 2021, Peter Krempa wrote: Copy the input string so that we don't have to use a static buffer and virStrncpy. Signed-off-by: Peter Krempa --- src/libxl/xen_common.c | 46 +- 1 file changed, 19 insertions(+), 27 deletions(-) Reviewed-by:

[PATCH 09/16] xenParseSxprSound: Refactor parsing of model list

2021-03-02 Thread Peter Krempa
Copy the input string so that we don't have to use a static buffer and virStrncpy. Signed-off-by: Peter Krempa --- src/libxl/xen_common.c | 46 +- 1 file changed, 19 insertions(+), 27 deletions(-) diff --git a/src/libxl/xen_common.c