commit | ff2e3042236e3bf522090d5b07f5f895a4cef921 | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Tue Jan 08 14:01:57 2013 +0000 |
committer | Valentin Bartenev <vbart@nginx.com> | Tue Jan 08 14:01:57 2013 +0000 |
tree | 4ee522cb4865472377b35478e33e519b8f32c83b | |
parent | f3ab6ec5ba7f369616d344c3f11dee983153d489 [diff] |
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).