18bcd8b Fix some more bugs found by valgrind and coverity.

Authored and Committed by pjones 11 years ago
31 files changed. 3123 lines added. 7 lines removed.
0001-Use-PK11_TraverseCertsForNicknameInSlot-after-all.patch
file modified
+1 -1
0002-Remove-an-unused-field.patch
file modified
+1 -1
0003-Free-the-certificate-list-we-make-once-we-re-done-us.patch
file modified
+2 -2
0004-Make-sure-we-actually-look-up-the-certificate-when-n.patch
file modified
+1 -1
0005-Fix-check-for-allocations-on-tokenname-certname.patch
file modified
+1 -1
0006-Update-valgrind.supp-for-newer-codepaths.patch
file added
+812
0007-Free-the-pid-string-once-we-re-done-writing-it.patch
file added
+25
0008-valgrind-Don-t-complain-about-unlocking-a-key-and-ke.patch
file added
+38
0009-Only-try-to-register-OIDs-once.patch
file added
+36
0010-Check-for-NSS_Shutdown-failure.patch
file added
+30
0011-Don-t-destroy-stdin-stdout-stderr-if-we-don-t-fork.patch
file added
+100
0012-valgrind-Add-SECMOD_LoadModule-codepath.patch
file added
+54
0013-Don-t-set-up-digests-in-cms_context_init.patch
file added
+119
0014-Do-register_oids-where-we-re-doing-NSS_Init.patch
file added
+53
0015-Make-daemon-shutdown-actually-close-the-NSS-database.patch
file added
+61
0016-Reformat-a-bunch-of-error-messages-to-be-vaguely-con.patch
file added
+425
0017-Use-PORT_ArenaStrdup-where-appropriate.patch
file added
+82
0018-Minor-whitespace-fixes.patch
file added
+58
0019-daemon-Make-sure-inpe-is-initialized-before-all-erro.patch
file added
+38
0020-Allocate-pesign_context-rather-than-having-it-on-the.patch
file added
+360
0021-pesign-initialize-nss-only-if-we-re-not-a-daemon.patch
file added
+67
0022-Handle-errors-on-pesign_context_init.patch
file added
+28
0023-Add-sanity-checking-to-make-sure-we-don-t-emit-unini.patch
file added
+119
0024-Make-sure-we-free-the-token-cert-we-get-from-the-com.patch
file added
+47
0025-pesign-Only-shut-down-nss-in-pesign.c-if-we-re-not-t.patch
file added
+36
0026-Rework-setup_digests-and-teardown_digests.patch
file added
+233
0027-We-shouldn-t-need-Environment-NSS_STRICT_NOFORK-DISA.patch
file added
+25
0028-Fix-errors-found-by-coverity.patch
file added
+174
0029-Don-t-keep-the-DEPS-list-twice.patch
file added
+41
0030-Don-t-build-util-right-now.patch
file added
+26
pesign.spec
file modified
+30 -1
    Fix some more bugs found by valgrind and coverity.
    
    - Don't build utils/ ; we're not using them and they're not ready anyway.
    
        
file modified
+30 -1