nginx/src
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
..
core Version bump. 2019-03-03 16:47:41 +03:00
event SSL: server name callback changed to return fatal errors. 2019-03-03 16:48:06 +03:00
http SSL: fixed potential leak on memory allocation errors. 2019-03-03 16:48:39 +03:00
mail SSL: fixed potential leak on memory allocation errors. 2019-03-03 16:48:39 +03:00
misc Style: aligned ngx_null_command. 2017-07-12 11:34:04 +03:00
os Fixed portability issues with union sigval. 2019-01-28 14:33:31 +00:00
stream SSL: fixed potential leak on memory allocation errors. 2019-03-03 16:48:39 +03:00