10 Mar
2021
10 Mar
'21
4:48 p.m.
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 <pkrempa@redhat.com> --- src/libxl/xen_common.c | 46 +++++++++++++++++------------------------- 1 file changed, 19 insertions(+), 27 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano