CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/24 11:59:54
Modified files:
lib/libssl : d1_lib.c d1_pkt.c ssl_both.c ssl_locl.h
Log message:
Release read and write buffers using freezero().
Provide a ssl3_release_buffer() function that correctly frees a buffer
and call it from the appropriate locations. While here also change
ssl3_release_{read,write}_buffer() to void since they cannot fail and
no callers check the return value currently.
ok beck@ inoguchi@ tb@
