On 3/11/21 5:23 PM, Peter Krempa wrote:
Use g_strsplit to split the string and avoid use of stack'd
strings.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/libxl/xen_common.c | 130 +++++++++++++----------------------------
1 file changed, 39 insertions(+), 91 deletions(-)
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
Michal