The official NGINX Open Source repository.
Go to file
Maxim Dounin 93eb94d622 Upstream: plugged potential memory leak on reload.
The SSL_CTX_set_cipher_list() may fail if there are no valid ciphers
specified in proxy_ssl_ciphers / uwsgi_ssl_ciphers, resulting in
SSL context leak.

In theory, ngx_pool_cleanup_add() may fail too, but this case is
intentionally left out for now as it's almost impossible and proper fix
will require changes to http ssl and mail ssl code as well.
2014-04-18 20:13:24 +04:00
auto Win32: fixed link flags with MSVC, broken by bfe536716dbf. 2014-04-07 18:29:05 +04:00
conf MIME: added application/xspf+xml MIME type (ticket #479). 2014-03-06 10:51:08 +01:00
contrib Contrib: added vim to README. 2013-12-06 19:58:27 +04:00
docs nginx-1.5.13-RELEASE 2014-04-08 18:15:21 +04:00
misc Updated OpenSSL used for win32 builds. 2014-04-08 17:48:03 +04:00
src Upstream: plugged potential memory leak on reload. 2014-04-18 20:13:24 +04:00
.hgtags release-1.5.13 tag 2014-04-08 18:15:22 +04:00