]> git.kaiwu.me - nginx.git/commit
Stream: fixed possible use of a freed connection.
authorVladimir Homutov <vl@nginx.com>
Wed, 7 Nov 2018 10:22:14 +0000 (13:22 +0300)
committerVladimir Homutov <vl@nginx.com>
Wed, 7 Nov 2018 10:22:14 +0000 (13:22 +0300)
commit7e3041b79f5b4ae90c1b61c4489f24c2b4d5efc7
tree759577d471f312fb8e74785e286156eaf20cf545
parent6351d8306f3c78746798e4e4cfce23936e097fb7
Stream: fixed possible use of a freed connection.

The session handler may result in session termination, thus a connection
pool (from which c->udp was allocated) may be destroyed.
src/event/ngx_event_udp.c