Commit b51bce94 authored by Rich Salz's avatar Rich Salz Committed by Rich Salz
Browse files

Add and use OPENSSL_zalloc



There are many places (nearly 50) where we malloc and then memset.
Add an OPENSSL_zalloc routine to encapsulate that.
(Missed one conversion; thanks Richard)
Also fixes GH328

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 66e87a9f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment