Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67932 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13862 invoked from network); 27 Jun 2013 10:16:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jun 2013 10:16:31 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.176 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.128.176 mail-ve0-f176.google.com Received: from [209.85.128.176] ([209.85.128.176:47321] helo=mail-ve0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 82/F0-08517-DF01CC15 for ; Thu, 27 Jun 2013 06:16:29 -0400 Received: by mail-ve0-f176.google.com with SMTP id c13so470757vea.35 for ; Thu, 27 Jun 2013 03:16:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=d1EStD79i2UL40ZPmpL/9cChRRBRn63YOdD5vv4orzA=; b=VYt0CY2xSA9APxojzPhHklME1q2lqAlZEAaozEmaDBZO/QHRmTp3jYbf7beWaeWj1z o2+7i/S1b0sUQSf7FPbkEcG/2qXfOtfmTGV+8mHwgvoUFFeUuuP02oskA2nolU8DUpfg 9m74enJPGJiaUwla432GdlRBN2nx1yRXrYZZTI4Z7u9w9v6UHPAnNHdP3aizq3QZcnoO mvoYgtxHxZwoplyKUCEewC36QJvdFyPADINLqFp/McmUO/FZnIShiQOLb5YUw15s89EN E79Y5fuCsXMXI6PnjkzeFgBQqEtDHYHm2qx1kZS0zpBAr+tjf2ePZtk2lrkDTkFlTGlW GbZw== X-Received: by 10.58.171.167 with SMTP id av7mr3278340vec.15.1372328186888; Thu, 27 Jun 2013 03:16:26 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.188.73 with HTTP; Thu, 27 Jun 2013 03:15:46 -0700 (PDT) In-Reply-To: <51CC067C.1060206@hoa-project.net> References: <51CB114C.5020606@hoa-project.net> <1372263564.2410.25.camel@guybrush> <51CB1511.9050109@hoa-project.net> <1372264251.2410.27.camel@guybrush> <51CB1B11.7090509@hoa-project.net> <51CC067C.1060206@hoa-project.net> Date: Thu, 27 Jun 2013 12:15:46 +0200 X-Google-Sender-Auth: ojzK1eFbI4aGWDWE2TSzCSNea4c Message-ID: To: "Ivan Enderlin @ Hoa" , Laruence Cc: PHP Internals Content-Type: multipart/alternative; boundary=047d7b677a181846d404e0200e8e Subject: Re: [PHP-DEV] UNKNOW:0, what is it? From: jpauli@php.net (Julien Pauli) --047d7b677a181846d404e0200e8e Content-Type: text/plain; charset=ISO-8859-1 On Thu, Jun 27, 2013 at 11:31 AM, Ivan Enderlin @ Hoa < ivan.enderlin@hoa-project.net> wrote: > > On 27/06/13 06:40, Laruence wrote: > >> >> thanks for the report, fixed in >> https://github.com/php/php-**src/commit/**fa8611c81ee72839cdff3e72b18cc5* >> *86feb4aa29 >> >> thanks >> > Thank you! > But it seems that it is a regression because I didn't have this bug before. > How can I fix this in my code? Any idea? > What do you mean ? You may have this in your code since long time, but not the exact scenario that triggers it. The patch let me think this bug has always been here (use of stack based pointer after the stack has been cleaned), simply noone did hit it before. Julien --047d7b677a181846d404e0200e8e--