CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/12 11:15:33
Modified files:
lib/libssl : ssl_both.c
Log message:
Use calloc() rather than malloc() when allocating buffers.
This reduces the chance of accidently leaking stack memory.
ok inoguchi@ tb@
