]> git.kaiwu.me - nginx.git/commit
The data pointer in ngx_open_file_t objects must be initialized.
authorValentin Bartenev <vbart@nginx.com>
Tue, 8 Jan 2013 14:01:57 +0000 (14:01 +0000)
committerValentin Bartenev <vbart@nginx.com>
Tue, 8 Jan 2013 14:01:57 +0000 (14:01 +0000)
commitff2e3042236e3bf522090d5b07f5f895a4cef921
tree4ee522cb4865472377b35478e33e519b8f32c83b
parentf3ab6ec5ba7f369616d344c3f11dee983153d489
The data pointer in ngx_open_file_t objects must be initialized.

Uninitialized pointer may result in arbitrary segfaults if access_log is used
without buffer and without variables in file path.

Patch by Tatsuhiko Kubo (ticket #268).
src/core/ngx_conf_file.c