Detect and handle chunk header size truncation
authorBrian Neradt <brian.neradt@gmail.com>
Sat, 21 May 2022 17:28:31 +0000 (18:28 +0100)
committerJean Baptiste Favre <debian@jbfavre.org>
Sat, 21 May 2022 17:28:31 +0000 (18:28 +0100)
commit846754d14a53aab27d72377fc3583ee78b493032
tree78ac60fc1e145635fbdb3fdd00495ed67c3aa879
parentfb3ff18abb6284cdaf88bfe56c966ce1ed50e82d
Detect and handle chunk header size truncation

Origin: upstream
Applied-Upstream: https://github.com/apache/trafficserver/commit/2addc8ca71449ceac0d5b80172460ee09c938f5e
Reviewed-by: Jean Baptiste Favre <debian@jbfavre.org>
Last-Update: 2022-05-21

This detects if a chunk header size is too large and, if so, closes the
connection.
Last-Update: 2022-05-21
Gbp-Pq: Name 0019-CVE_2021_37149.patch
include/tscore/ink_memory.h
proxy/http/HttpTunnel.cc
src/tscore/Makefile.am
src/tscore/unit_tests/test_ink_memory.cc [new file with mode: 0644]