Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2014 03:26:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192959] New: php5 zipArchive seg fault on archive read
Message-ID:  <bug-192959-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192959

            Bug ID: 192959
           Summary: php5 zipArchive seg fault on archive read
           Product: Ports Tree
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: gjc@circlesoft.com

I have several Word Press websites.

9.3-PRERELEASE FreeBSD 9.3-PRERELEASE #4: Thu Jul 10 00:17:20 PDT 2014    
monkey@cabrillo2012.monkeybrains.net:/usr/obj/usr/src/sys/MONKEY9  amd64

mod_php5-5.4.31_1,1            PHP Scripting Language
php5-5.4.31_1                  PHP Scripting Language
php5-ctype-5.4.31_1            The ctype shared extension for php
php5-dom-5.4.31_1              The dom shared extension for php
php5-extensions-1.7            "meta-port" to install PHP extensions
php5-filter-5.4.31_1           The filter shared extension for php
php5-gd-5.4.31_1               The gd shared extension for php
php5-hash-5.4.31_1             The hash shared extension for php
php5-iconv-5.4.31_1            The iconv shared extension for php
php5-json-5.4.31_1             The json shared extension for php
php5-mysql-5.4.31_1            The mysql shared extension for php
php5-openssl-5.4.31_1          The openssl shared extension for php
php5-pdo-5.4.31_1              The pdo shared extension for php
php5-pdo_sqlite-5.4.31_1       The pdo_sqlite shared extension for php
php5-phar-5.4.31_1             The phar shared extension for php
php5-posix-5.4.31_1            The posix shared extension for php
php5-session-5.4.31_1          The session shared extension for php
php5-simplexml-5.4.31_1        The simplexml shared extension for php
php5-sqlite3-5.4.31_1          The sqlite3 shared extension for php
php5-tokenizer-5.4.31_1        The tokenizer shared extension for php
php5-xml-5.4.31_1              The xml shared extension for php
php5-xmlreader-5.4.31_1        The xmlreader shared extension for php
php5-xmlwriter-5.4.31_1        The xmlwriter shared extension for php
php5-xsl-5.4.31_1              The xsl shared extension for php
php5-zip-5.4.31_1              The zip shared extension for php
php5-zlib-5.4.31_1             The zlib shared extension for php

apache24-2.4.10_1              Version 2.4.x of Apache web server

I updated all the php modules and now php's zipArchive seg faults its Apache
daemon when it reads the contents of a zip archive.

I traced the Word Press archive code.

php successfully opens the archive assays the size and creates necessary
directories.

The segfault occurs on 

 $contents = $z->getFromIndex($i);

I have seen no one else reporting this problem. I have not duplicated the error
with a small test program.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192959-13>