]> git.kaiwu.me - nginx.git/commit
Fixed AIO on Linux, broken in r4306.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 29 Nov 2011 17:27:13 +0000 (17:27 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 29 Nov 2011 17:27:13 +0000 (17:27 +0000)
commitc09d65b17990c6c4028df68dfab7a7452ef16d00
tree84560374a99b02b6e8ec419805b6da4cad3b0864
parentb99492595c7dbb8f6449e5e59689ffdcf95c83e3
Fixed AIO on Linux, broken in r4306.

Events from eventfd do not have c->write set, and the stale event
check added in r4306 causes null pointer dereference.
src/event/modules/ngx_epoll_module.c