mozilla/security/nss/lib/util quickder.c
wtc%google.com <[email protected]>
| Newsgroups | gmane.comp.mozilla.crypto.cvs |
|---|---|
| Message-ID | <[email protected]> |
Diffs: http://bonsai.mozilla.org/cvsview2.cgi?command=DIRECTORY&subdir=mozilla/security/nss/lib/util&files=quickder.c&root=/cvsroot Changes committed by wtc%google.com: Update of /cvsroot/mozilla/security/nss/lib/util In directory dm-cvs01.mozilla.org:/tmp/cvs-serv28194 Modified Files: quickder.c Log Message: Bug 715073: ASN.1 types that must have at least one content octet are not allowed to be zero length. When returning a SECItem of zero length, set the data pointer to NULL. The patch is contributed by Kaspar Brand <[email protected]>. r=rrelyea,wtc.