commit | a769c530ff587705754469c01c41688a995a12ce | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Jun 18 14:10:50 2012 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Jun 18 14:10:50 2012 +0000 |
tree | 50e09eca026c7cb0a655fc00f0f16aa7a0731730 | |
parent | c45bd10b1c0b602446c68bcf3845d67737aedea2 [diff] |
Fixed segfault with poll and resolver used. Poll event method needs ngx_cycle->files to work, and use of ngx_exit_cycle without files set caused null pointer dereference in resolver's cleanup on udp socket close.