CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/03/07 04:01:12
Modified files: lib/libcrypto/conf: conf_api.c Log message: _CONF_new_section: error check hash insertion Don't leak v if its insertion into the hash failed and properly free it instead. ok jsing