CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/18 07:38:31
Modified files:
lib/libssl/src/crypto/conf: conf_mod.c
Log message:
in CONF_get1_default_config_file(), don't calculate a buffer size,
malloc it, do unbounded strlcpy's to it... but instead of asnprintf.
While there, let's put a '/' between the two path components! Wonder
how old that bug is..
ok guenther
