Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90704 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17862 invoked from network); 18 Jan 2016 17:31:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2016 17:31:09 -0000 Authentication-Results: pb1.pair.com header.from=dz@heroku.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dz@heroku.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain heroku.com designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: dz@heroku.com X-Host-Fingerprint: 74.125.82.54 mail-wm0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:36068] helo=mail-wm0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D9/4D-20254-B512D965 for ; Mon, 18 Jan 2016 12:31:08 -0500 Received: by mail-wm0-f54.google.com with SMTP id l65so108439791wmf.1 for ; Mon, 18 Jan 2016 09:31:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heroku-com.20150623.gappssmtp.com; s=20150623; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=aoU7YJfzBUay8OCX1jXFtuXeGsTGDBrpe4EBLpDB+QA=; b=Af/HhzAvnCbYrGhzd0LC4FSNy72U9+BHYEnssKa1nu9rVPbleOHQNHyIsym6rMluSY PZATG6VBgKJZ8BnHvUaj+oJDNwiFqzFA+tMSo/xdbzmHHOg1TDZZc0d+plhC4uGdjn1r yrklh/XoloKzXHlHZ4tSHt1iqsKEMvMaHHWnJkaBTATrzGNh/vFaWmzwQzUTjHowtQyG v51uKIN4WZ05D3i9mBHTdKxMMt+DnlDn2xMg51RWy6CdR0noQN2aG1PJ9OhyOUXNwdXN 50sibkEUtkN/a6IMQHZLf9BYfdPR7fiEWCikax8goESxPvm2ZZyPLKSZFa4UOBlDig2+ Uvrg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=aoU7YJfzBUay8OCX1jXFtuXeGsTGDBrpe4EBLpDB+QA=; b=H/aHv/Zil91dsUzsVwojbvCiIud29FZJFHq2pxbXIhwaY4jRrfvcyIqrVDstdci90K HHj2TO15FMBeJL1EL2CmtzIP1GvUI00+JJ5u8O9fwBtxnJ8D9CGTdbWHb+F8FyelcYr7 LuyOs1wAYxXZmnR0ODrztXtZpV1M35nnUbsy/uiwnQT24vnkVaNQeNefG32NmojhxfMp Jm8y+FqpvOaJbqXD3XuNbGj6rwa2cbBxj7yJ9ZRsOS/c2i0VhGKJd1ecOkUkOC4XIUBf YC/rACh1wzS4EMM+qjENtplVDN2/HCc5MkFMWR3pvAvbQr0fMFbgMOzy90t+cJO+ejYT 1DQQ== X-Gm-Message-State: AG10YOTkU8GEPjSmoF/GumFlYVAqAB3LJmKiZy4eyqQVGKwJ2RirBzs9mE+d88j0GkKtSM15 X-Received: by 10.28.19.204 with SMTP id 195mr15565024wmt.1.1453138264760; Mon, 18 Jan 2016 09:31:04 -0800 (PST) Received: from [192.168.19.20] (ipb21b5588.dynamic.kabel-deutschland.de. [178.27.85.136]) by smtp.gmail.com with ESMTPSA id c185sm16682603wma.5.2016.01.18.09.31.03 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 18 Jan 2016 09:31:03 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) In-Reply-To: Date: Mon, 18 Jan 2016 18:31:01 +0100 Cc: "internals@lists.php.net" Content-Transfer-Encoding: quoted-printable Message-ID: References: To: Yasuo Ohgaki X-Mailer: Apple Mail (2.2104) Subject: Re: [PHP-DEV] Bug #68276 Reproducible memory corruption: pgsql conflicts with openssl extension From: dz@heroku.com (David Zuelke) > On 18.01.2016, at 03:03, Yasuo Ohgaki wrote: >=20 > Hi openssl module maintainers, >=20 > This bug https://bugs.php.net/bug.php?id=3D68276 is categorized > as pgsql bug, but it would be more appropriate if categorized as > openssl bug. >=20 > This bug report includes PR https://github.com/php/php-src/pull/1223 > and it seems it7s a good one. >=20 > Could any openssl module maintainer take care of it? Hi, I have customers running into this too. I have not yet had time to pick = up that patch - AFAICT, it's incomplete (see comments). We are, in parallel, working on getting a fix into libpq, but that's of = course just a band-aid, since it can still happen with any other library = that also uses openssl functions. The principle approach of that PR ("backing up" the errors from openssl) = is good, though. David