commit | 160507d0ba8d75392f631dc0ef0eecdf40c26719 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 24 16:30:11 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 25 15:41:25 2022 +0200 |
tree | 4b62f49eb180abd52663bc483a17d9786bf6c194 | |
parent | 081479df92566e7429b7ed03b7c95504e85a2a10 [diff] |
BUG/MINOR: h3: prevent overflow when parsing SETTINGS h3_parse_settings_frm() read one byte after the frame payload. Fix the parsing code. In most cases, this has no impact as we are inside an allocated buffer but it could cause a segfault depending on the buffer alignment.