]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virstring: Use 'g_new0' instead of improper use of 'g_malloc0_n'
authorPeter Krempa <pkrempa@redhat.com>
Fri, 25 Oct 2024 07:45:19 +0000 (09:45 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 1 Nov 2024 14:52:18 +0000 (15:52 +0100)
commitd02140383dfae21fc495974756c8180ad065c949
tree906fa6ce14020e29626547fc199fd83b34625b59
parentbb4bd9d31fd21b6080d7416dda0f143a57ff866c
virstring: Use 'g_new0' instead of improper use of 'g_malloc0_n'

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/util/virstring.c