]> git.kaiwu.me - nginx.git/commit
Parenthesized ASCII-related calculations.
authorValentin Bartenev <vbart@nginx.com>
Mon, 17 Jul 2017 14:23:51 +0000 (17:23 +0300)
committerValentin Bartenev <vbart@nginx.com>
Mon, 17 Jul 2017 14:23:51 +0000 (17:23 +0300)
commit9197a3c8741a8832e6f6ed24a72dc5b078d840fd
tree43e64c8410806c986a6b331cf4bba4b9898b5c86
parent7b06d9c326f3e24a9d1402a5d3d4b539febdf64b
Parenthesized ASCII-related calculations.

This also fixes potential undefined behaviour in the range and slice filter
modules, caused by local overflows of signed integers in expressions.
src/core/ngx_parse_time.c
src/core/ngx_string.c
src/event/ngx_event_openssl_stapling.c
src/http/modules/ngx_http_range_filter_module.c
src/http/modules/ngx_http_slice_filter_module.c
src/http/ngx_http_parse.c
src/http/ngx_http_upstream.c