Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73512 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23569 invoked from network); 2 Apr 2014 07:43:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Apr 2014 07:43:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=kajetan@jesej.si; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kajetan@jesej.si; sender-id=pass Received-SPF: pass (pb1.pair.com: domain jesej.si designates 84.255.236.41 as permitted sender) X-PHP-List-Original-Sender: kajetan@jesej.si X-Host-Fingerprint: 84.255.236.41 mail.jesej.si Received: from [84.255.236.41] ([84.255.236.41:60071] helo=mail.jesej.si) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/21-11177-E9FBB335 for ; Wed, 02 Apr 2014 02:43:26 -0500 Received: from mail.jesej.si (localhost [127.0.0.1]) by mail.jesej.si (Postfix) with ESMTPA id 09EF3760AED for ; Wed, 2 Apr 2014 09:42:21 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 02 Apr 2014 09:42:21 +0200 To: Internals Message-ID: <48f9daf10cfb599cba809b100ef51e9c@jesej.si> X-Sender: kajetan@jesej.si User-Agent: Roundcube Webmail/RCMAIL_VERSION Subject: Fwd: Re: [PHP-DEV] Fwd: =?UTF-8?Q?zend=5Fstd=5Fget=5Fmethod=20=3A?= =?UTF-8?Q?=20Address=20=30xffffffff=20is=20not=20stack=27d=2C=20malloc=27?= =?UTF-8?Q?d=20or=20=28recently=29=20free=27d?= From: kajetan@jesej.si (Kajetan Dolinar) Hi Johannes, Stas Please find the code with the explanation of how to reproduce the fault on the following link: https://github.com/kdolinar/hypx-zend-bugcase The main Zend PHP extension logic for the classes is in src/hypx.c. Much obliged for your opinion. Thanks. Kajetan ==== Some more info ==== On my machine, uname -a says Linux machine 3.4.6-2.10-desktop #1 SMP PREEMPT Wed Sep 25 08:50:55 CEST 2013 i686 i686 i386 GNU/Linux cat /etc/os-release says NAME=openSUSE VERSION="12.2 (Mantis)" VERSION_ID="12.2" PRETTY_NAME="openSUSE 12.2 (Mantis) (i586)" ID=opensuse ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:opensuse:12.2" phpize says PHP Api Version: 20090626 Zend Module Api No: 20090626 Zend Extension Api No: 220090626 and php --version says PHP 5.3.15 (cli) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies Please come back to me if you need anything more ...