On Mon, Apr 13, 2026 at 06:14:50PM +0200, Ilia Shipitsin wrote: > Subject: [PATCH 2/3] CLEANUP: src/ssl_ckch.c: replace "realloc" with > "my_realloc2" to fix to memory leak on error my_realloc2 frees variable in > case of allocation failure. On Mon, Apr 13, 2026 at 06:14:51PM +0200, Ilia Shipitsin wrote: > Subject: [PATCH 3/3] CLEANUP: src/ssl_sock.c: replace "realloc" with > "my_realloc2" to fix to memory leak on error my_realloc2 frees variable in > case of allocation failure.
Both merged with a reword of the commit message. Thanks -- William Lallemand

