Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90636 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27402 invoked from network); 14 Jan 2016 10:22:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jan 2016 10:22:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.51 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wm0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:37752] helo=mail-wm0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/C1-06862-5E677965 for ; Thu, 14 Jan 2016 05:22:30 -0500 Received: by mail-wm0-f51.google.com with SMTP id f206so421144036wmf.0 for ; Thu, 14 Jan 2016 02:22:29 -0800 (PST) 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:message-id :subject:to:cc:content-type; bh=Qt8pbqZ/XvM24S06IeGJo1X7eCFsVldhN8K5BTqoLmg=; b=NvvKnVRb5Hq+Z7mNg+WA43l0J2G8t53Kg5a14YzwfuGjNcut08AUWzMwj5o1dNVNnZ ZByKAcUe3jEgL3U/l1X2ufjVmPQLlBG5EOYTecw4wsAp4Grf+bOYYy/1or+RsrdeoC1B Vx+p52YE1CRX7g//RuIvwssqBym6VJZyzqspKc7Je7hMSbOTRWaBqRp0OPz8714gvXCp 9yYdtVxqcHKA3ZNA+5Dlgmz5+fvggDv47qPrZlXRAUR2NkpEqTXPdMyzOtiU5QnUIjhp kCBuGbExITeGIq54Hr0o/CXwdz12zWflvxL5xftkk5lsqoyg6qw+Zs3hOwdyWAZR4SPk Hh1w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=Qt8pbqZ/XvM24S06IeGJo1X7eCFsVldhN8K5BTqoLmg=; b=Es2fC3851x0Vm9Ou8dB82EXBDFj67lL6A6kDuX+k0DrqeSEMUOK5xjKsAFR3lCqqZR 0/fgcwhAIedZN42HN2oPzCg416WZRdsL8lycXrz0YGruP2Sa/zNRC0ZGW0fpXK4EBhVb Q5w6EcdKXjbr+Wbd/0vIT//2p9fTdkC8njjCM5WUapkdVIqrTvf4EKmoB9XXhObGmyhL gVHF8LEs324w5s529j4vYi2jxAXaUblm6z7RF2yKNLtfk19u/uNQK6IDA/Ci0f1X+QdI WoBdGdfOCFQOhcWxqrjLhIDXr2uXVWabBpH2aU+tbnt2VP4GvwlVfUm0APrYpta1pqwR BxtA== X-Gm-Message-State: ALoCoQlacCkvWFSWkCwZJYPHR/HqSTkyYR04ZZCCiRwVZ9jj9GgBc9nAv/cIEf61gJXnKQ7nKhtLXNr7Y2eXIZX6SPNYUH9Ozg== X-Received: by 10.194.91.180 with SMTP id cf20mr3116543wjb.121.1452766945556; Thu, 14 Jan 2016 02:22:25 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.194.80.42 with HTTP; Thu, 14 Jan 2016 02:21:46 -0800 (PST) In-Reply-To: <56958637.5080807@gmail.com> References: <56958637.5080807@gmail.com> Date: Thu, 14 Jan 2016 11:21:46 +0100 X-Google-Sender-Auth: uFoUoeAI1qi5J1Btvm_soxqhXBI Message-ID: To: Stanislav Malyshev Cc: Yasuo Ohgaki , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Fixing bug #68063 From: jpauli@php.net (Julien Pauli) On Wed, Jan 13, 2016 at 12:03 AM, Stanislav Malyshev wrote: > Hi! > >> I've disallowed empty session ID, but it wasn't a >> appropriate fix. >> >> https://bugs.php.net/bug.php?id=68063 > > Could you explain a bit more about the part where there are empty IDs > generated? You say it "is browser's cookie handling" - could you explain > more about it? > >> I made appropriate patch for this issue. It should be >> applied from PHP 5.5 to master. I attached patch to >> the bug report. Could you apply it from PHP 5.5? Or >> shall I commit it from 5.6? then cherry pick? > > Is that a security issue? If so, please explain how. If not, it should > be 5.6+. IMO, this is not security related. Julien.Pauli