]> git.kaiwu.me - nginx.git/commit
Fixed segfault on configuration testing with ssl (ticket #37).
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 31 Oct 2011 09:57:14 +0000 (09:57 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 31 Oct 2011 09:57:14 +0000 (09:57 +0000)
commitca495238bdae985d1debef8df804087b12d8313d
tree9c4d19d0226efd6c95e5453ff18142f95443e186
parent0d59500343d3cea70b89eb57e45be86da69c0f8d
Fixed segfault on configuration testing with ssl (ticket #37).

The following config caused segmentation fault due to conf->file not
being properly set if "ssl on" was inherited from the http level:

http {
    ssl on;
    server {
    }
}
src/http/modules/ngx_http_ssl_module.c