Changes since version 3.3.8 : Alexander Stephan (1): BUG/MEDIUM: cli: fix master CLI connection slot leak on client disconnect Christopher Faulet (4): BUG/MINOR: tcpcheck: Properly report error for http health-checks BUG/MINOR: resolvers: Free new requester on error when linking a resolution BUG/MINOR: resolvers: Fix lookup for a hostname in the state-file tree BUG/MINOR: resolvers: Free opts on parse error in resolv_parse_do_resolve() William Lallemand (3): CI: github: add DEBUG_STRICT=2 to ASAN jobs BUG/MEDIUM: mworker/cli: fix user and operator permission via @@ in master CLI BUG/MINOR: mworker/cli: check ci_insert() return value in pcli_parse_request() Willy Tarreau (13): BUG/MINOR: sink: do not free existing sinks on allocation error BUG/MINOR: vars: make parse_store() return error on var_set() failure BUG/MINOR: vars: don't store the variable twice with set-var-fmt BUG/MINOR: vars: only print first invalid char in fill_desc() BUG/MINOR: hpack: validate idx > 0 in hpack_valid_idx() BUG/MINOR: acl: fix a possible arg corruption in smp_fetch_acl_parse() BUG/MINOR: map: do not leak a map descriptor on load error CLEANUP: map/cli: fix some map-related help messages BUG/MINOR: pattern: release the reference on failure to load from file BUG/MEDIUM: mux-h2: fix the body_len to check when parsing request trailers BUG/MAJOR: mux-h2: preset MSGF_BODY_CL on H2_SF_DATA_CLEN in h2c_dec_hdrs() BUG/MINOR: dns: always validate the source address in responses REGTESTS: add a regtest to validate various NTLM transitions