nginx/src
Roman Arutyunyan 3b2eabde0b HTTP/3: fixed overflow in prefixed integer parser.
Previously, the expression (ch & 0x7f) was promoted to a signed integer.
Depending on the platform, the size of this integer could be less than 8 bytes,
leading to overflow when handling the higher bits of the result.  Also, sign
bit of this integer could be replicated when adding to the 64-bit st->value.
2020-07-03 16:41:31 +03:00
..
core Do not close QUIC sockets in ngx_close_listening_sockets(). 2020-06-23 11:57:00 +03:00
event QUIC: Introduced ngx_quic_finalize_connection(). 2020-07-02 16:33:59 +03:00
http HTTP/3: fixed overflow in prefixed integer parser. 2020-07-03 16:41:31 +03:00
mail SSL: fixed ssl_verify_client error message. 2019-09-16 19:26:42 +03:00
misc Style: aligned ngx_null_command. 2017-07-12 11:34:04 +03:00
os Win32: silenced -Wcast-function-type GCC warning (ticket #1865). 2019-10-21 19:07:03 +03:00
stream Limit conn: added shared context. 2019-11-18 19:50:59 +03:00