Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90687 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48642 invoked from network); 18 Jan 2016 02:03:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2016 02:03:57 -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.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-yk0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:33122] helo=mail-yk0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/54-20254-B084C965 for ; Sun, 17 Jan 2016 21:03:56 -0500 Received: by mail-yk0-f170.google.com with SMTP id k129so576273495yke.0 for ; Sun, 17 Jan 2016 18:03:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=wKFEgFGR9+54ajXmIEYfJLOVUwvFzIzhpQZABurzQOY=; b=tpQqJxClS6zaZcxXpj2aeuG0i5SE/D0bMUSO/plBSILqHCt6p4kB29iOZ9GwJ46005 twN6lchIbx2lsb8KJNN+Zbp+4OQX/TJZdOLLJrKEkAKZeGEGvkoCkKbxDrfMzp3XyiZG I14QDMMKcU3UxW8xk/xqjL6zxlrbRNO9obIlM3Rrx2/2DdLeaPC10QrGwmQyVvNEJ6Vc 3os7F9yzubHbg931one7hU8AMMB5tzyzAXm89NTCc16i5g/30gwV+HuTHrlWL4/Cmub4 jacd3O7NgMpqQaQ5MRc5qWBkPRPoV4X2jmANPK5Pxem67JaHpA0Phbula4Q8MPTMeLpm Zvgg== 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:from:date:message-id:subject :to:content-type; bh=wKFEgFGR9+54ajXmIEYfJLOVUwvFzIzhpQZABurzQOY=; b=h+HaIka9MiN0Zg4v1OMq+wf7s+wi56mzFqxIPWkz4Fleea28jEkIV4iusTOgy1NReo CjKxF9Jh4PRypAhw4XO9w9sDtIyCMxcShhUdi5KqfOJUePuy/bFSv1uM+mdKKSvkyC2P BTIq5kSoQiwy26yAwoOKi0u+CACiqpAVb+g1LBqkuw3Sym2l2cN6t0jEXdVuA88tsBLT 1M6E/amvJI2MZ3svHcxm7bbjRVA4m/9WiY4fddaM0vzTlm1BpkqBkfXAujY3OJl0z+XT r4TMF9qdLSfMv5MzXmaKqDDenJpWmBl9AOIKPbFbr72FBaHBIc3Mvhf53wnN8Y1fC07W CwZQ== X-Gm-Message-State: ALoCoQnQEodyP8fhtkWS4K9QmQehp3ER80te4EccjKXd8WdUKaJv54f9VeJinqeG3cgBOV3WtTRj5mIbqTqKmdGTIrVjq7YjNQ== X-Received: by 10.129.137.193 with SMTP id z184mr15126130ywf.257.1453082633107; Sun, 17 Jan 2016 18:03:53 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.88.139 with HTTP; Sun, 17 Jan 2016 18:03:13 -0800 (PST) Date: Mon, 18 Jan 2016 11:03:13 +0900 X-Google-Sender-Auth: IeWbWcs0Vk03aZyGNTS8nR2r3M0 Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Bug #68276 Reproducible memory corruption: pgsql conflicts with openssl extension From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi openssl module maintainers, This bug https://bugs.php.net/bug.php?id=68276 is categorized as pgsql bug, but it would be more appropriate if categorized as openssl bug. This bug report includes PR https://github.com/php/php-src/pull/1223 and it seems it7s a good one. Could any openssl module maintainer take care of it? Thanks, -- Yasuo Ohgaki yohgaki@ohgaki.net