commit | 701f52670f55830fbf0e592ffe5600a69889be8b | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Thu Oct 12 15:41:37 2023 -0400 |
committer | Brad King <brad.king@kitware.com> | Thu Oct 12 15:54:53 2023 -0400 |
tree | ccc6528bbd2ca91827ca1c305f8fdf285ea5e846 | |
parent | eace51a20cc9597878e92d96da97492af99d95c1 [diff] |
curl: Backport SOCKS5 heap buffer overflow fix from curl 8.4.0 Backport upstream curl commit `fb4415d8ae` (socks: return error if hostname too long for remote resolve, 2023-10-11, curl-8_4_0~2) to address CVE-2023-38545. Issue: #25329