The official NGINX Open Source repository.
Go to file
Maxim Dounin 1ebb44e3e3 SSL: fixed $ssl_session_id possible segfault after 97e3769637a7.
Even during execution of a request it is possible that there will be
no session available, notably in case of renegotiation.  As a result
logging of $ssl_session_id in some cases caused NULL pointer dereference
after revision 97e3769637a7 (1.5.9).  The check added returns an empty
string if there is no session available.
2014-01-23 18:32:26 +04:00
auto Configure: enable -Wconditional-uninitialized with clang. 2013-12-06 13:16:56 +04:00
conf MIME: added application/json MIME type. 2013-09-18 12:59:47 -07:00
contrib Contrib: added vim to README. 2013-12-06 19:58:27 +04:00
docs nginx-1.5.9-RELEASE 2014-01-22 17:42:59 +04:00
misc Updated OpenSSL used for win32 builds. 2014-01-22 16:10:13 +04:00
src SSL: fixed $ssl_session_id possible segfault after 97e3769637a7. 2014-01-23 18:32:26 +04:00
.hgtags release-1.5.9 tag 2014-01-22 17:42:59 +04:00