The official NGINX Open Source repository.
Go to file
Maxim Dounin fe43346dc3 SSL: fixed potential leak on memory allocation errors.
If ngx_pool_cleanup_add() fails, we have to clean just created SSL context
manually, thus appropriate call added.

Additionally, ngx_pool_cleanup_add() moved closer to ngx_ssl_create() in
the ngx_http_ssl_module, to make sure there are no leaks due to intermediate
code.
2019-03-03 16:48:39 +03:00
auto Configure: added explicit ngx_binext to the linker output argument. 2019-01-30 19:28:27 +03:00
conf MIME: added font/woff2 type (ticket #1243). 2018-06-15 17:29:55 +03:00
contrib Contrib: vim syntax, update core and 3rd party module directives. 2018-12-24 16:30:10 +02:00
docs nginx-1.15.9-RELEASE 2019-02-26 18:29:22 +03:00
misc Updated OpenSSL used for win32 builds. 2019-02-26 18:01:30 +03:00
src SSL: fixed potential leak on memory allocation errors. 2019-03-03 16:48:39 +03:00
.hgtags release-1.15.9 tag 2019-02-26 18:29:22 +03:00