comparison src/mail/ngx_mail_core_module.c @ 6752:0708285115fa stable-1.10

HTTP/2: fixed a segfault while processing unbuffered upload. The ngx_http_v2_finalize_connection() closes current stream, but that is an invalid operation while processing unbuffered upload. This results in access to already freed memory, since the upstream module sets a cleanup handler that also finalizes the request.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 16 Jun 2016 20:55:11 +0300
parents cf5e822cf470
children 6f8254ae61b8
comparison
equal deleted inserted replaced
6751:696dbfb0490a 6752:0708285115fa