Remove redundant resets of variables after free()
authorTim Rühsen <tim.ruehsen@gmx.de>
Tue, 12 Feb 2019 14:14:07 +0000 (15:14 +0100)
committerTim Rühsen <tim.ruehsen@gmx.de>
Fri, 22 Feb 2019 12:11:01 +0000 (13:11 +0100)
commit372821c883a3d36ed3ed683844ad9d90818f6392
tree6783b9830f7eb9294a5bd316c9786e5d6981abaf
parentd39778e43d1674cb3ab3685157fd299816d535c0
Remove redundant resets of variables after free()

Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
47 files changed:
lib/auth.c
lib/auth/rsa.c
lib/auth/rsa_psk.c
lib/auth/srp_sb64.c
lib/cert-cred-x509.c
lib/cert-cred.c
lib/hello_ext.c
lib/mpi.c
lib/nettle/mpi.c
lib/nettle/pk.c
lib/ocsp-api.c
lib/pk.c
lib/pkcs11.c
lib/pkcs11_privkey.c
lib/pkcs11_write.c
lib/session_pack.c
lib/srp.c
lib/str.c
lib/tls13/certificate_request.c
lib/tpm.c
lib/x509/ocsp.c
lib/x509/pkcs12_bag.c
lib/x509/pkcs7-crypt.c
lib/x509/pkcs7.c
lib/x509/privkey_pkcs8.c
lib/x509/verify-high2.c
lib/x509/virt-san.c
lib/x509/x509.c
lib/x509/x509_ext.c
lib/x509_b64.c
tests/cert.c
tests/gnutls_session_set_id.c
tests/name-constraints-ip.c
tests/pkcs11/pkcs11-import-url-privkey.c
tests/pkcs11/pkcs11-privkey-always-auth.c
tests/pkcs11/pkcs11-privkey-fork-reinit.c
tests/pkcs11/pkcs11-privkey-fork.c
tests/pkcs11/pkcs11-privkey-safenet-always-auth.c
tests/pkcs7.c
tests/resume-dtls.c
tests/resume.c
tests/sign-verify-data.c
tests/sign-verify-ext.c
tests/sign-verify-ext4.c
tests/sign-verify.c
tests/x509-extensions.c
tests/x509sign-verify-error.c