Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71966 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16128 invoked from network); 2 Feb 2014 02:48:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Feb 2014 02:48:23 -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.217.176 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.176 mail-lb0-f176.google.com Received: from [209.85.217.176] ([209.85.217.176:41065] helo=mail-lb0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6C/8F-30967-5F1BDE25 for ; Sat, 01 Feb 2014 21:48:22 -0500 Received: by mail-lb0-f176.google.com with SMTP id w7so4378454lbi.7 for ; Sat, 01 Feb 2014 18:48:18 -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:content-type; bh=xDpCaNnWLoN399yj0izeMIIpgPiqWC7qnGdWDiNWIeY=; b=ICO1CefsO6ADO7sU3+e1M90a78BRdHQE+EHTcsaDL8cnu2ikiTQ3I/PXpzMPTdW/OF Ffrs0JcztQHAabmD5nhmKat+ZG5m0IEzlglwlISLV6TWAz5BiulkcoIBCTtHK2MlPEBJ e+KmV1yCoRCeAhUPrdpSEJWORaPgra2LYx2NqfNSn1Ky2HZYT/v4VzZUIFLdCaSXkKHT LnfQwzsEpNYTG3M793rNh3OwiK29WeKOQH6KIWC3kpyok4KS+D1mkuLciD2h4HDnrryj /MNwG4C2dptp/T+c9PN58qP0rjEOb0RAuqiF/tULeLdwYWIfWJe37rBWzD1o+mxQeN5c um8g== X-Received: by 10.152.234.202 with SMTP id ug10mr7997534lac.28.1391309298881; Sat, 01 Feb 2014 18:48:18 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.199.37 with HTTP; Sat, 1 Feb 2014 18:47:38 -0800 (PST) In-Reply-To: References: Date: Sun, 2 Feb 2014 11:47:38 +0900 X-Google-Sender-Auth: cP39eJhOWViQeFHGqQvkcCAeyPo Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113498d8885ac104f16370bd Subject: Re: [VOTE] RFC: Multibyte Char Handling From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a113498d8885ac104f16370bd Content-Type: text/plain; charset=UTF-8 Hi all, Since there are comments that there should be 2 RFCs. Here is 2 RFCs for multibyte encoding handling security issues. Short term resolution - add functions to mbstrings https://wiki.php.net/rfc/multibyte_char_handling Long term resolution - compile mbstring-ng as default (replace mbstring if possible) https://wiki.php.net/rfc/altmbstring I would like to start vote soon. Please comment now. Thank you. -- Yasuo Ohgaki yohgaki@ohgaki.net On Sun, Jan 26, 2014 at 9:23 AM, Yasuo Ohgaki wrote: > Hi all, > > This RFC is to fix CVE-2014-1239. > > https://wiki.php.net/rfc/multibyte_char_handling > > Adding required functions to mbstring and provide them > from PHP 5.3 and up and replacing mbstring to mbstring-ng > for future releases. > > Thank you for voting! > > Regards, > > -- > Yasuo Ohgaki > yohgaki@ohgaki.net > --001a113498d8885ac104f16370bd--