CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/05/31 05:31:16
Modified files: lib/libcrypto/bio: bss_mem.c Log message: Plug leak of bm->buf->data BIO_new(BIO_s_mem()) now allocates this pointer, so we need to free it before assigning to it.