Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100201 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21611 invoked from network); 13 Aug 2017 15:46:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Aug 2017 15:46:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 74.125.83.41 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 74.125.83.41 mail-pg0-f41.google.com Received: from [74.125.83.41] ([74.125.83.41:34382] helo=mail-pg0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/80-34801-17470995 for ; Sun, 13 Aug 2017 11:46:57 -0400 Received: by mail-pg0-f41.google.com with SMTP id u185so32490468pgb.1 for ; Sun, 13 Aug 2017 08:46:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=dY4Wkm85kC5OI2iyLCVz6y7EMOzB2WyTRAUNvPnSM/0=; b=srZnd9QQ3fsrQmFDiTyo30Nfymkaf7MmV6F3xS9rloBlcHrP+rmzZF0XzuSYbC0RAm NkqC1NWm5U1v4AFIKPuIjwHm+eX2AnariCwBEYzU99Ft3xIFk+PVR+/aPKNOxP3YS7kH KTAEfupcloBtj1LJDAfX18oYSG+ifD7JEyWyhK2wZGnAPPy2v1ecULUArDzqtET4hWAw yvrqBXXz611hnQhe54uw9yUurWjmgH00U/zPo/bEahIHvwSArOqzLbdMQ5xFZ1L0KOoQ Jfxc4tIGHDxq/eWKBytokxKR+Xzi8O6t7US/RilJKWtPgHgobT861lNzgldWwk95JmMt iqKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=dY4Wkm85kC5OI2iyLCVz6y7EMOzB2WyTRAUNvPnSM/0=; b=IlY9DMM6j19/9R6bAM4INcTDrOYiiV16bKT28XLYD0EFE/3fzeO8y0HCnknzJq8i2N y78OlKxOP5SMnnj6eYJvLHKXZkPxsxoh2RzCQ92dw2Vm/QdbbF48AHGXAvokD37XZ753 x8X8/3gGJ3oBkmvUXU0wH8rYFsaayG761hoQI12na1E2tB+hqZaAY+tFKbP9EhiTRU1X FZWYapvhyAVOVWjNY35fBjU3KyAjgjny/PVy9+CBWqasfwspTWwIhqJZrY1c58eRt2K0 rNqQOdVPHz774e1YLs4HYKMSU/QDi+/PLGDttLoNDvnQLvWlC0uL4KEPRfpOK3ZjQUfb JhhQ== X-Gm-Message-State: AHYfb5gw0aW2XMz7YWZD4q/szj9V3hVXTV0Rf3ukdah4/hBUO0+/xbXY 3rlm6ckZrzUxBG5bFOrR8xAniahNXVtH X-Received: by 10.99.247.83 with SMTP id f19mr21583114pgk.190.1502639214147; Sun, 13 Aug 2017 08:46:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.180.133 with HTTP; Sun, 13 Aug 2017 08:46:53 -0700 (PDT) X-Originating-IP: [77.99.17.151] In-Reply-To: References: <6DB2D22F-A500-4D3B-83DD-EC0CD0396801@bk.ru> Date: Sun, 13 Aug 2017 16:46:53 +0100 Message-ID: To: Andrew Nester Cc: "internals@lists.php.net" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: [Bug] [Discussion] filter_var and reserved IP address range From: danack@basereality.com (Dan Ackroyd) On 3 August 2017 at 18:08, Andrew Nester wrote: > >> On Jun 13, 2017, at 6:03 PM, Andrew Nester wrote: >> >> Hello! >> Currently I am working on bug #74699 (Thanks brianlmoon for pointing thi= s issue). >> >> Here is some details: >> In patch applied for bug #72972 IP address block 240.0.0.0/4 has been re= moved from list of reserved. >> >> But according to IP Multicast Address Specification: >> =E2=80=9CThe range of addresses between 224.0.0.0 and 224.0.0.255, inclu= sive, >> is reserved for the use of routing protocols and other low-leveltopology= discovery or maintenance protocols, >> such as gateway discoveryand group membership reporting. >> Multicast routers should not forwardany multicast datagram with destinat= ion addresses in this range,regardless of its TTL.=E2=80=9D >> >> Here is the full specification: >> https://www.iana.org/assignments/multicast-addresses/multicast-addresses= .xhtml >> >> That=E2=80=99s why my PR introducing changes to include addresses betwee= n 224.0.0.0 and 224.0.0.255 in list of reserved. >> Here is link to my PR >> https://github.com/php/php-src/pull/2562 >> >> Thanks! > > > Any updates on this? > Does it look like reasonable change? I'm bumping this message as I believe that a lot of people are not receiving Andrew's emails due to his email configuration being borked, and the issues seems like something that should be resolved. cheers Dan