openssl/engines
Rich Salz b4faea50c3 Use safer sizeof variant in malloc
For a local variable:
        TYPE *p;
Allocations like this are "risky":
        p = OPENSSL_malloc(sizeof(TYPE));
if the type of p changes, and the malloc call isn't updated, you
could get memory corruption.  Instead do this:
        p = OPENSSL_malloc(sizeof(*p));
Also fixed a few memset() calls that I noticed while doing this.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-05-04 15:00:13 -04:00
..
asm RT2513: Fix typo's paramter-->parameter 2014-08-19 11:09:33 -04:00
ccgost Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
vendor_defns Re-align some comments after running the reformat script. 2015-01-22 09:20:10 +00:00
alpha.opt
axp.opt
capierr.bat
e_4758cca_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_4758cca_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_4758cca.c free NULL cleanup 11 2015-05-01 10:15:18 -04:00
e_4758cca.ec
e_aep_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_aep_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_aep.c free NULL cleanup 11 2015-05-01 10:15:18 -04:00
e_aep.ec
e_atalla_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_atalla_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_atalla.c free NULL cleanup 11 2015-05-01 10:15:18 -04:00
e_atalla.ec
e_capi_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_capi_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_capi.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
e_capi.ec
e_chil_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_chil_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_chil.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
e_chil.ec
e_cswift_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_cswift_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_cswift.c free NULL cleanup 11 2015-05-01 10:15:18 -04:00
e_cswift.ec
e_gmp_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_gmp_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_gmp.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
e_gmp.ec
e_nuron_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_nuron_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_nuron.c free null cleanup finale 2015-05-01 10:02:07 -04:00
e_nuron.ec
e_padlock.c Live code cleanup: remove #if 1 stuff 2015-02-06 10:54:20 -05:00
e_padlock.ec
e_sureware_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_sureware_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_sureware.c free NULL cleanup 11 2015-05-01 10:15:18 -04:00
e_sureware.ec
e_ubsec_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_ubsec_err.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_ubsec.c free NULL cleanup 11 2015-05-01 10:15:18 -04:00
e_ubsec.ec
engine_vector.mar
ia64.opt
makeengines.com VMS adjustments: 2015-01-30 14:43:57 +01:00
Makefile Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
vax.opt