Switch back to freezero() and explicitly initialise data_len to zero. The
authorjsing <jsing@openbsd.org>
Sun, 30 Apr 2017 04:21:53 +0000 (04:21 +0000)
committerjsing <jsing@openbsd.org>
Sun, 30 Apr 2017 04:21:53 +0000 (04:21 +0000)
commitfc71412589a6836bd005947e9fd117b95c589c78
tree03b6a1d2452c2092f0e349c784ea3061bc809f89
parentaec66ea57867559762ba9f15729725e84de8915d
Switch back to freezero() and explicitly initialise data_len to zero. The
previous code was safe since data would always be NULL if data_len was
uninitialised, however compilers cannot know this.
lib/libssl/ssl_asn1.c