
18 Mar
2021
18 Mar
'21
1:05 p.m.
On 3/17/21 6:01 PM, Kristina Hanicova wrote:
Previously, if xml node passed to the virXMLNodeContentString() was not of type XML_ELEMENT_NODE, @ret could have caused a memory leak because xmlNodeGetContent() works for other types of nodes as well.
Signed-off-by: Kristina Hanicova <khanicov@redhat.com> --- src/util/virxml.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Nice catch! Pushed. Michal