commit 14ec4521563dc52ec750894ac0739ca739551723
Author: Elan Ruusamäe <[email protected]>
Date:   Mon Feb 23 12:55:08 2015 +0200

    make test to work with php5.2

 CVE-2015-0232.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/CVE-2015-0232.patch b/CVE-2015-0232.patch
index e814eea..e4abff9 100644
--- a/CVE-2015-0232.patch
+++ b/CVE-2015-0232.patch
@@ -57,7 +57,7 @@ index 0000000..b09f21c
 +
 +    unset($a);
 +
-+    gc_collect_cycles();
++    //gc_collect_cycles();
 +}
 +
 +$iterations = 3;
@@ -65,7 +65,7 @@ index 0000000..b09f21c
 +doStuff($iterations);
 +doStuff($iterations);
 +
-+gc_collect_cycles();
++//gc_collect_cycles();
 +
 +print_r(exif_read_data(__DIR__.'/bug68799.jpg'));
 +
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/14ec4521563dc52ec750894ac0739ca739551723

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to