comparison src/core/ngx_connection.c @ 7221:43585e0e12a3

Postpone filter: prevented uninitialized r->out. The r->out chain link could be left uninitialized in case of error. A segfault could happen if the subrequest handler accessed it. The issue was introduced in commit 20f139e9ffa8.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 01 Mar 2018 18:38:39 +0300
parents fef61d26da39
children 66aa2c1e82e6
comparison
equal deleted inserted replaced
7220:20f139e9ffa8 7221:43585e0e12a3