fix bug #71719 (Buffer overflow in HTTP url parsing functions)
authorMichael Wallner <mike@php.net>
Wed, 9 Mar 2016 08:21:28 +0000 (09:21 +0100)
committerMichael Wallner <mike@php.net>
Wed, 9 Mar 2016 08:22:45 +0000 (09:22 +0100)
The parser's offset was not reset when we softfail in scheme
parsing and continue to parse a path.
Thanks to hlt99 at blinkenshell dot org for the report.


No differences found