CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/06 15:34:13
Modified files:
lib/libtls : tls_util.c
Log message:
Use freezero() for the tls_load_file() failure case, since we're
potentially dealing with key material. Also switch a calloc to malloc,
since we immediately copy the same amount of data to the newly allocated
buffer.
