Willy Tarreau 0522264eb4 BUG/MINOR: ssl: fix double-free on failed realloc in ssl_sock.c
Recent commit 90bfbea7c0 ("BUG/MINOR: ssl: fix memory leaks on realloc
failure in ssl_sock.c") accidentally turned a memory leak in case of
allocation failure into a double-free: the original pointer must no
longer be released. In addition, the allocated_size has to be reset
in case of failure. This needs to be backported to 3.3 like previous
commit.
2026-04-27 09:15:21 +02:00
..
2026-04-23 10:49:28 +02:00
2025-01-07 16:42:38 +01:00
2026-04-23 10:49:17 +02:00
2026-04-14 10:57:21 +02:00
2026-04-02 14:02:04 +02:00
2026-04-02 14:02:04 +02:00
2026-03-02 10:44:59 +01:00