Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100155 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46404 invoked from network); 3 Aug 2017 17:19:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2017 17:19:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=newaltgroup@bk.ru; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=newaltgroup@bk.ru; sender-id=pass Received-SPF: pass (pb1.pair.com: domain bk.ru designates 94.100.177.109 as permitted sender) X-PHP-List-Original-Sender: newaltgroup@bk.ru X-Host-Fingerprint: 94.100.177.109 smtp49.i.mail.ru Received: from [94.100.177.109] ([94.100.177.109:42678] helo=smtp49.i.mail.ru) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5C/B0-37268-08853895 for ; Thu, 03 Aug 2017 13:08:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bk.ru; s=mail; h=Message-Id:In-Reply-To:To:References:Date:Subject:Mime-Version:Content-Type:From; bh=jbgt6HltReN88egK6DhWX8YiNQkljH1FsQnftHMFi5M=; b=iFHSc2bNWM5edM/zFi6M5AbdPEOp1BOCxSS9GD4tP52Vev3k3ALXr4+ighaFfSwXwaJOP78Cs6VNWmYz/MrZzxcB1gFQznn8ByIjEmcg9h7m6tbFOuyXiqD/hywtPtjkh3R9GLfGO0mFoO3m8+LYLCnSKzht1yzT+qRWiT6VZvU=; Received: by smtp49.i.mail.ru with esmtpa (envelope-from ) id 1ddJbY-0005GS-MH for internals@lists.php.net; Thu, 03 Aug 2017 20:08:13 +0300 Content-Type: multipart/alternative; boundary="Apple-Mail=_4362F93D-6D2D-4F2E-91CE-C288F9C20C1D" Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Date: Thu, 3 Aug 2017 20:08:09 +0300 References: <6DB2D22F-A500-4D3B-83DD-EC0CD0396801@bk.ru> To: internals@lists.php.net In-Reply-To: <6DB2D22F-A500-4D3B-83DD-EC0CD0396801@bk.ru> Message-ID: X-Mailer: Apple Mail (2.3273) Authentication-Results: smtp49.i.mail.ru; auth=pass smtp.auth=newaltgroup@bk.ru smtp.mailfrom=newaltgroup@bk.ru X-7FA49CB5: 0D63561A33F958A5250EC6BD68B36AB9164CF15A847DDF4DC657B2BFE0891972725E5C173C3A84C3C8F21CEC4765490DD40CE43CF91A7A5C89C8E7BF4648B176C4224003CC836476C0CAF46E325F83A50BF2EBBBDD9D6B0F05F538519369F3743B503F486389A921A5CC5B56E945C8DA X-Mailru-Sender: BBD8A58B55FF9A8C36AFD41514B000743039300D7581EABF855EBDAE18D0B3F330A71B7B9DBB6B8DA9271607D6A29722C77752E0C033A69E2328BD8782179214FA0F92EE79D60FBC3453F38A29522196 X-Mras: OK Subject: Re: [Bug] [Discussion] filter_var and reserved IP address range From: newaltgroup@bk.ru (Andrew Nester) --Apple-Mail=_4362F93D-6D2D-4F2E-91CE-C288F9C20C1D Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Jun 13, 2017, at 6:03 PM, Andrew Nester wrote: >=20 > Hello! > Currently I am working on bug #74699 (Thanks brianlmoon for pointing = this issue). >=20 > Here is some details: > In patch applied for bug #72972 IP address block 240.0.0.0/4 has been = removed from list of reserved. >=20 > But according to IP Multicast Address Specification: > =E2=80=9CThe range of addresses between 224.0.0.0 and 224.0.0.255, = inclusive, > is reserved for the use of routing protocols and other = low-leveltopology discovery or maintenance protocols,=20 > such as gateway discoveryand group membership reporting. =20 > Multicast routers should not forwardany multicast datagram with = destination addresses in this range,regardless of its TTL.=E2=80=9D >=20 > Here is the full specification:=20 > = https://www.iana.org/assignments/multicast-addresses/multicast-addresses.x= html >=20 > That=E2=80=99s why my PR introducing changes to include addresses = between 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 >=20 > Thanks! Any updates on this?=20 Does it look like reasonable change?= --Apple-Mail=_4362F93D-6D2D-4F2E-91CE-C288F9C20C1D--