
13 Nov
2019
13 Nov
'19
7:15 a.m.
On 11/12/19 2:02 PM, Ján Tomko wrote:
Use g_strndup in all the cases where we check upfront whether a pointer is non-NULL and then use it to calculate the copied length.
Signed-off-by: Ján Tomko <jtomko@redhat.com> --- src/util/virsysinfo.c | 241 ++++++++++++++++++++---------------------- 1 file changed, 112 insertions(+), 129 deletions(-)
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>