nginx/src
Sergey Kandaurov dec513d6e4 SSI: return NGX_ERROR when timefmt memory allocation failed.
Previously, when using NGX_HTTP_SSI_ERROR, error was ignored in ssi processing,
thus timefmt could be accessed later in ngx_http_ssi_date_gmt_local_variable()
as part of "set" handler, or NULL format pointer could be passed to strftime().
2017-06-07 15:21:42 +03:00
..
core Version bump. 2017-05-30 19:29:45 +03:00
event Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278). 2017-05-24 13:17:08 +03:00
http SSI: return NGX_ERROR when timefmt memory allocation failed. 2017-06-07 15:21:42 +03:00
mail Style: changed checks of ngx_ssl_create_connection() to != NGX_OK. 2017-05-29 16:34:35 +03:00
misc Style: fix typo. 2014-07-08 03:03:14 -07:00
os Style. 2017-06-01 16:49:14 +03:00
stream Style: changed checks of ngx_ssl_create_connection() to != NGX_OK. 2017-05-29 16:34:35 +03:00