openssl/crypto
Rich Salz efa7dd6444 free NULL cleanup 11
Don't check for NULL before calling free functions. This gets:
        ERR_STATE_free
        ENGINE_free
        DSO_free
        CMAC_CTX_free
        COMP_CTX_free
        CONF_free
        NCONF_free NCONF_free_data _CONF_free_data
        A sk_free use within OBJ_sigid_free
        TS_TST_INFO_free (rest of TS_ API was okay)
        Doc update for UI_free (all uses were fine)
        X509V3_conf_free
        X509V3_section_free
        X509V3_string_free

Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-05-01 10:15:18 -04:00
..
aes aes/asm/aesni-x86.pl: fix typo affecting Windows build. 2015-04-20 18:39:56 +02:00
asn1 free NULL cleanup 11 2015-05-01 10:15:18 -04:00
bf Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
bio free null cleanup finale 2015-05-01 10:02:07 -04:00
bn free null cleanup finale 2015-05-01 10:02:07 -04:00
buffer realloc of NULL is like malloc 2015-04-28 16:34:52 -04:00
camellia Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
cast Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
cmac free NULL cleanup 11 2015-05-01 10:15:18 -04:00
cms free null cleanup finale 2015-05-01 10:02:07 -04:00
comp free NULL cleanup 11 2015-05-01 10:15:18 -04:00
conf free NULL cleanup 11 2015-05-01 10:15:18 -04:00
des Sanity check DES_enc_write buffer length 2015-04-30 23:12:39 +01:00
dh free null cleanup finale 2015-05-01 10:02:07 -04:00
dsa free null cleanup finale 2015-05-01 10:02:07 -04:00
dso free NULL cleanup 11 2015-05-01 10:15:18 -04:00
ec free null cleanup finale 2015-05-01 10:02:07 -04:00
ecdh free null cleanup finale 2015-05-01 10:02:07 -04:00
ecdsa free NULL cleanup 7 2015-04-30 21:37:06 -04:00
engine free NULL cleanup 11 2015-05-01 10:15:18 -04:00
err free NULL cleanup 11 2015-05-01 10:15:18 -04:00
evp free null cleanup finale 2015-05-01 10:02:07 -04:00
hmac free cleanup almost the finale 2015-04-30 17:57:32 -04:00
idea Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
include/internal Error checking and memory leak fixes in NISTZ256. 2015-04-27 16:21:48 +02:00
jpake free cleanup 12 2015-04-30 18:10:52 -04:00
krb5 Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
lhash remove malloc casts 2015-04-28 15:28:14 -04:00
md2 Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
md4 Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
md5 Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
mdc2 Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
modes free cleanup almost the finale 2015-04-30 17:57:32 -04:00
objects free NULL cleanup 11 2015-05-01 10:15:18 -04:00
ocsp free null cleanup finale 2015-05-01 10:02:07 -04:00
pem free null cleanup finale 2015-05-01 10:02:07 -04:00
perlasm Add assembly support for 32-bit iOS. 2015-04-20 15:06:22 +02:00
pkcs7 free null cleanup finale 2015-05-01 10:02:07 -04:00
pkcs12 free cleanup almost the finale 2015-04-30 17:57:32 -04:00
pqueue remove malloc casts 2015-04-28 15:28:14 -04:00
rand free cleanup almost the finale 2015-04-30 17:57:32 -04:00
rc2 Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
rc4 Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
rc5 Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
ripemd Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
rsa free null cleanup finale 2015-05-01 10:02:07 -04:00
seed Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
sha Add assembly support for 32-bit iOS. 2015-04-20 15:06:22 +02:00
srp free NULL cleanup 7 2015-04-30 21:37:06 -04:00
stack free null cleanup finale 2015-05-01 10:02:07 -04:00
store free null cleanup finale 2015-05-01 10:02:07 -04:00
threads free null cleanup finale 2015-05-01 10:02:07 -04:00
ts free NULL cleanup 11 2015-05-01 10:15:18 -04:00
txt_db free null cleanup finale 2015-05-01 10:02:07 -04:00
ui free null cleanup finale 2015-05-01 10:02:07 -04:00
whrlpool Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant 2015-03-31 20:16:01 +02:00
x509 free null cleanup finale 2015-05-01 10:02:07 -04:00
x509v3 free null cleanup finale 2015-05-01 10:02:07 -04:00
alphacpuid.pl
arm64cpuid.pl
arm_arch.h
armcap.c Add assembly support for 32-bit iOS. 2015-04-20 15:06:22 +02:00
armv4cpuid.pl Add assembly support for 32-bit iOS. 2015-04-20 15:06:22 +02:00
c64xpluscpuid.pl
constant_time_locl.h
cpt_err.c
cryptlib.c
cryptlib.h
crypto-lib.com Remove SSL_TASK, the DECnet Based SSL Engine 2015-03-31 21:59:43 +02:00
cversion.c
ebcdic.c Appease clang -Wempty-translation-unit 2015-04-04 17:05:49 +02:00
ex_data.c free null cleanup finale 2015-05-01 10:02:07 -04:00
fips_err.h
fips_ers.c
ia64cpuid.S
install-crypto.com
lock.c remove malloc casts 2015-04-28 15:28:14 -04:00
LPdir_nyi.c
LPdir_unix.c
LPdir_vms.c
LPdir_win32.c
LPdir_win.c
LPdir_wince.c
Makefile Add assembly support for 32-bit iOS. 2015-04-20 15:06:22 +02:00
md32_common.h
mem_clr.c
mem_dbg.c remove malloc casts 2015-04-28 15:28:14 -04:00
mem.c free null cleanup finale 2015-05-01 10:02:07 -04:00
o_dir_test.c
o_dir.c
o_dir.h
o_fips.c
o_init.c
o_str.c
o_str.h
o_time.c
opensslconf.h.in
pariscid.pl
ppc_arch.h
ppccap.c
ppccpuid.pl
s390xcap.c
s390xcpuid.S
sparc_arch.h
sparccpuid.S
sparcv9cap.c
thr_id.c
uid.c
vms_rms.h
x86_64cpuid.pl
x86cpuid.pl