diff options
author | wtc%netscape.com <devnull@localhost> | 2002-03-02 15:31:25 +0000 |
---|---|---|
committer | wtc%netscape.com <devnull@localhost> | 2002-03-02 15:31:25 +0000 |
commit | 1cf87329fe20770cd638f1d15db3b95e1e6b8118 (patch) | |
tree | bd3522127cc677d4cfb2c71a037664e60e2c1750 /security/nss | |
parent | 6974f95ef0ab4adeda07af224f9f8e5ede12104e (diff) | |
download | nss-hg-1cf87329fe20770cd638f1d15db3b95e1e6b8118.tar.gz |
Bugzilla bug 122261: removed an assertion on bad input. Bad input should
be reported by returning a failure status. Thanks to erl@voxi.com
(Erland Lewin) for the bug report. r=relyea,kaie.
Diffstat (limited to 'security/nss')
-rw-r--r-- | security/nss/lib/certdb/stanpcertdb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/nss/lib/certdb/stanpcertdb.c b/security/nss/lib/certdb/stanpcertdb.c index 2c8697ea8..cc1b46252 100644 --- a/security/nss/lib/certdb/stanpcertdb.c +++ b/security/nss/lib/certdb/stanpcertdb.c @@ -705,7 +705,6 @@ CERT_SaveSMimeProfile(CERTCertificate *cert, SECItem *emailProfile, emailAddr = cert->emailAddr; - PORT_Assert(emailAddr); if ( emailAddr == NULL ) { goto loser; } |