diff options
author | Philip Hofstetter <phofstetter@sensational.ch> | 2014-09-03 14:35:40 +0200 |
---|---|---|
committer | Philip Hofstetter <phofstetter@sensational.ch> | 2014-09-03 14:35:40 +0200 |
commit | 9befa8c5f7570808dbf31004ea33534cd61b7383 (patch) | |
tree | 615e1c3c122710cbc9b1d21ebc666176c915ebae /sapi/phpdbg/phpdbg_parser.c | |
parent | 7ccbfb2e8467f4a5bec90209254f78ffb948755e (diff) | |
download | php-git-9befa8c5f7570808dbf31004ea33534cd61b7383.tar.gz |
fix bug #67955
this fixes a regression from 6c2a8068207a02b3d7ae7416a9967dad0a81e61f.
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.
Diffstat (limited to 'sapi/phpdbg/phpdbg_parser.c')
0 files changed, 0 insertions, 0 deletions