1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
From: sungta <tadinhsung@gmail.com>
Date: Wed, 12 Jul 2017 17:55:56 +0700
Subject: [5/8] Update ufa.t
Origin: https://github.com/shlomif/perl-XML-LibXML/commit/91a2b9008c059fb4df3fbee4a5cf7169eb160d7f
Bug-Debian: https://bugs.debian.org/866676
Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2017-10672
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=122246
---
t/ufa.t | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/t/ufa.t b/t/ufa.t
index fce4489..753419e 100644
--- a/t/ufa.t
+++ b/t/ufa.t
@@ -1,7 +1,6 @@
-#test bug use after free in function replaceChild
use Test::More;
use XML::LibXML;
-
+#test bug use after free in function replaceChild
BEGIN { $| = 1 }
my $data='<mipu94><pwn4fun><ufanode>-------------------------------------------------------tadinhsung-at-gmail-dot-com-----------------------------------------------------</ufanode></pwn4fun></mipu94>';
my $parser = XML::LibXML->new();
--
2.15.0.rc2
|