]> granicus.if.org Git - php/commit
Fix bug #80584: 0x and 0X are considered valid hex numbers by filter_var()
authorGeorge Peter Banyard <girgias@php.net>
Mon, 4 Jan 2021 14:24:53 +0000 (15:24 +0100)
committerGeorge Peter Banyard <girgias@php.net>
Mon, 4 Jan 2021 17:07:47 +0000 (18:07 +0100)
commit764b7bf1088af940f9de7aca13da8de56a63aa3f
treed66532950a696d6ff0b6809b0c461688571cc9ed
parent9f96b2bdc8f9109c53ac6121fb3adca517afd133
Fix bug #80584: 0x and 0X are considered valid hex numbers by filter_var()

Closes GH-6573
NEWS
ext/filter/logical_filters.c
ext/filter/tests/bug80584.phpt [new file with mode: 0644]