commit | 614e68337d9f2c8821a104bfb188fb6540b52785 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Sun Sep 26 18:12:43 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Sun Sep 26 18:19:55 2021 +0200 |
tree | b2c43fb6aad03d3517d8aef0dd9399afbf39aee0 | |
parent | 4a4e663771f8d3644b05ad8eab30fe6362d1a45c [diff] |
BUG/MEDIUM: httpclient: replace ist0 by istptr ASAN reported a buffer overflow in the httpclient. This overflow is the consequence of ist0() which is incorrect here. Replace all occurences of ist0() by istptr() which is more appropried here since all ist in the httpclient were created from strings.