mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
The cookie option parser uses a wrong offset to start scanning attributes, causing cookie values containing substrings like "path=" or "domain=" to be falsely matched as attributes. close GH-21400