openssl/crypto/asn1
Rich Salz 16f8d4ebf0 memset, memcpy, sizeof consistency fixes
Just as with the OPENSSL_malloc calls, consistently use sizeof(*ptr)
for memset and memcpy.  Remove needless casts for those functions.
For memset, replace alternative forms of zero with 0.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-05-05 22:18:59 -04:00
..
a_bitstr.c free null cleanup finale 2015-05-01 10:02:07 -04:00
a_d2i_fp.c free NULL cleanup -- coda 2015-05-01 14:37:16 -04:00
a_digest.c
a_dup.c
a_enum.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
a_gentm.c free null cleanup finale 2015-05-01 10:02:07 -04:00
a_i2d_fp.c
a_int.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
a_mbstr.c free null cleanup finale 2015-05-01 10:02:07 -04:00
a_object.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
a_octet.c
a_print.c
a_sign.c free null cleanup finale 2015-05-01 10:02:07 -04:00
a_strex.c
a_strnid.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
a_time.c
a_type.c Return an error in ASN1_TYPE_unpack_sequence if argument is NULL 2015-05-04 13:05:31 +01:00
a_utctm.c free null cleanup finale 2015-05-01 10:02:07 -04:00
a_utf8.c
a_verify.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
ameth_lib.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
asn1_err.c
asn1_gen.c Add OSSL_NELEM macro. 2015-05-03 12:53:08 +01:00
asn1_lib.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
asn1_locl.h
asn1_par.c
asn_mime.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
asn_moid.c
asn_mstbl.c free NULL cleanup 11 2015-05-01 10:15:18 -04:00
asn_pack.c free null cleanup finale 2015-05-01 10:02:07 -04:00
bio_asn1.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
bio_ndef.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
charmap.h
charmap.pl
d2i_pr.c
d2i_pu.c
evp_asn1.c
f_enum.c Remove goto inside an if(0) block 2015-05-01 14:29:48 -04:00
f_int.c Remove goto inside an if(0) block 2015-05-01 14:29:48 -04:00
f_string.c Remove goto inside an if(0) block 2015-05-01 14:29:48 -04:00
i2d_pr.c
i2d_pu.c
Makefile
n_pkey.c
nsseq.c
p5_pbe.c free NULL cleanup -- coda 2015-05-01 14:37:16 -04:00
p5_pbev2.c
p8_pkey.c
t_bitst.c
t_crl.c
t_pkey.c
t_req.c
t_spki.c
t_x509.c Remove goto inside an if(0) block 2015-05-01 14:29:48 -04:00
t_x509a.c
tasn_dec.c free null cleanup finale 2015-05-01 10:02:07 -04:00
tasn_enc.c
tasn_fre.c
tasn_new.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
tasn_prn.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
tasn_scn.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
tasn_typ.c
tasn_utl.c free null cleanup finale 2015-05-01 10:02:07 -04:00
x_algor.c
x_bignum.c
x_crl.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
x_info.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
x_long.c
x_nx509.c
x_pkey.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
x_pubkey.c free null cleanup finale 2015-05-01 10:02:07 -04:00
x_req.c
x_sig.c
x_spki.c
x_val.c
x_x509.c free null cleanup finale 2015-05-01 10:02:07 -04:00
x_x509a.c