diff options
Diffstat (limited to 'archivers/php53-phar/files/patch-CVE-2015-2301')
-rw-r--r-- | archivers/php53-phar/files/patch-CVE-2015-2301 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/archivers/php53-phar/files/patch-CVE-2015-2301 b/archivers/php53-phar/files/patch-CVE-2015-2301 deleted file mode 100644 index 896408a16ffc..000000000000 --- a/archivers/php53-phar/files/patch-CVE-2015-2301 +++ /dev/null @@ -1,12 +0,0 @@ ---- phar_object.c 2015-03-16 13:56:47.878348393 -0400 -+++ phar_object.c 2015-03-16 13:56:47.826347993 -0400 -@@ -2320,8 +2320,8 @@ - } - its_ok: - if (SUCCESS == php_stream_stat_path(newpath, &ssb)) { -- efree(oldpath); - zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "phar \"%s\" exists and must be unlinked prior to conversion", newpath); -+ efree(oldpath); - return NULL; - } - if (!phar->is_data) { |