mirror of https://github.com/php/php-src
Browse Source
this fixes a regression from 6c2a806820.
smart_str_appendl is expecting the length as the length of the string,
but key_length is the byte length of the key, including the 0
terminator.
As such, the cookie name appeneded to the header would now also include
the 0 terminator of the key name which then would be sent to the server.
pull/801/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue