Consistency fix in BUF_MEM_grow: Initialise to zero when new memory
authorBodo Möller <bodo@openssl.org>
Fri, 26 Oct 2001 13:12:25 +0000 (13:12 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 26 Oct 2001 13:12:25 +0000 (13:12 +0000)
commitb693f941fdf19e9006c141d5351d707ebbd89522
tree2e85b588c03a105d7f78fcfaa91dafc1968a52e7
parentc602e7f4e8a1fd95b1e57b2183646db7126a5335
Consistency fix in BUF_MEM_grow: Initialise to zero when new memory
had to be allocated, not just when reusing the existing buffer.
crypto/buffer/buffer.c