shlomif / perl-XML-LibXML

The XML-LibXML CPAN Distribution for Processing XML using the libxml2 library
https://metacpan.org/release/XML-LibXML
Other
17 stars 35 forks source link

fix bug Node::replaceChild #7

Closed Mipu94 closed 7 years ago

Mipu94 commented 7 years ago

fix bug use after free in XML::LibXML::Node::replaceChild
Ref: https://rt.cpan.org/Public/Bug/Display.html?id=122246

shlomif commented 7 years ago

Hi!

Thanks for your contribution. Two things:

  1. Please fix AppVeyor CI.

  2. Can you include a regression test to the testsuite in your pull request?

Mipu94 commented 7 years ago

Something wrong with my branch, I will open new pull requests.