diff options
author | Adam Harvey <aharvey@php.net> | 2014-07-07 20:36:06 +0000 |
---|---|---|
committer | Adam Harvey <aharvey@php.net> | 2014-07-07 20:36:06 +0000 |
commit | 604de67b7d0b8c6db76002011e3b55dd9c7aeec8 (patch) | |
tree | 96c05c4c6f487b319190e012339d19158ef199ad /ext/imap/php_imap.c | |
parent | a7d1cad4c308253b1bc2a79d94c750c31788c312 (diff) | |
download | php-git-604de67b7d0b8c6db76002011e3b55dd9c7aeec8.tar.gz |
Fixed bug #66830 (Empty header causes PHP built-in web server to hang).
We had an infinite loop in sapi_cli_server_send_headers(): while iterating over
the linked list of headers, when an empty header was hit, continue would go to
the next iteration of the loop without updating h to be the next value in the
linked list. Updating it to always increment regardless of whether the header
is actually valid or not fixes the issue.
Diffstat (limited to 'ext/imap/php_imap.c')
0 files changed, 0 insertions, 0 deletions