From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 24 03:26:26 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC8E0841 for ; Sun, 24 Aug 2014 03:26:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A36103EC4 for ; Sun, 24 Aug 2014 03:26:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7O3QQof086225 for ; Sun, 24 Aug 2014 03:26:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192959] New: php5 zipArchive seg fault on archive read Date: Sun, 24 Aug 2014 03:26:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: gjc@circlesoft.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 03:26:26 -0000 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.