Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90707 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40001 invoked from network); 19 Jan 2016 01:37:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2016 01:37:10 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.173 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.160.173 mail-yk0-f173.google.com Received: from [209.85.160.173] ([209.85.160.173:36425] helo=mail-yk0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/5F-20254-5439D965 for ; Mon, 18 Jan 2016 20:37:10 -0500 Received: by mail-yk0-f173.google.com with SMTP id v14so538729641ykd.3 for ; Mon, 18 Jan 2016 17:37:09 -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=qfMhWzxuVo9pA9JVESjxwFRtQlWTTmiqK4kon6ncaKs=; b=IlLt07qroWnIlrKrqjsUQwN0IK9PkrqtBwW5Fb60ZObjxqSeN1/AF3bSgiXPzexPCY 6frJOeXgLH10Te1iKfxMqvrIvosXJxdTQ6ugaKkOweTsk6GEILapo3rgr1UxEezrmQd0 rMWtiN4+nhV91FaPulKRFcKX36JQqQhEI/IZtqi5jvwFB3rtMuri5Rmk+BTVXecyoLY8 rnoKIft3egFqrJzcdU1zjMVaiuUACtUssbvemIzOA9DyvnPKXAVlF61VfwCJ4mYkyNM2 mgAZL/uMAh6BpyyBhwBhm+2/FxsmLNtEEQe4oBHTeISTKcPg8Dp66HJZ4AsBDWb68xtU Ey7w== 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=qfMhWzxuVo9pA9JVESjxwFRtQlWTTmiqK4kon6ncaKs=; b=JttZq5ccBwSmh3R/3slv/wfoe8cbGIJ4w2ZSevuTaZLe8GIc3Bx/vpBSLg3MEs8UXS 4Tip8OlTvzZMjZ9TZSKc2S8kduaepIqL7fZQWU+kLSdKvSrDQ2ZYzhBhJosqgSwES/SW tN2HtYWOENggFBGFRLnK6sXa0rQEcgSr3Z7JswcbSRaK5iclPrno/dIEBOAoqqIyXdJ6 YvdJE/xpK57GP832BBIfcOrsRVFODLKIC5w9/SgrUc4lx8cXZx2/Qc5HnLLGnY8riUzK Xct7bFTWSi5zHTgkyRzoR++f0aPKwhkFCZh/7rHpoXC5hgpN+SSx8AZrzJHe+PA0p+Sw Wi3g== X-Gm-Message-State: ALoCoQnyuIWqeY8OqtJyker0KsRhePbFS/0q+MwuacXUMf4E/xY04+d+0tWUhrcqCExMyAjETyB0Aj9MKgrZZzLZ62GkyUM/dQ== X-Received: by 10.129.137.193 with SMTP id z184mr18284053ywf.257.1453167426649; Mon, 18 Jan 2016 17:37:06 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.88.139 with HTTP; Mon, 18 Jan 2016 17:36:27 -0800 (PST) In-Reply-To: References: Date: Tue, 19 Jan 2016 10:36:27 +0900 X-Google-Sender-Auth: FSLdSyRWJKOSHUt01dl_8IaKXCY Message-ID: To: David Zuelke Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Bug #68276 Reproducible memory corruption: pgsql conflicts with openssl extension From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi David, On Tue, Jan 19, 2016 at 2:31 AM, David Zuelke wrote: > > 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. That's what I thought. > > The principle approach of that PR ("backing up" the errors from openssl) is good, though. This issue is nasty. I hope you come up with feasible solution soon. BTW, should I change the bug report category to openssl? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net