Closed
Bug 756336
Opened 13 years ago
Closed 13 years ago
do-not-wrap in addbuiltin broken
Categories
(NSS :: Tools, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: KaiE, Unassigned)
References
Details
Attachments
(1 file)
|
2.95 KB,
patch
|
elio.maldonado.batiz
:
review+
|
Details | Diff | Splinter Review |
The patch for bug 744651 introduced a new bug.
The bug can be seen when running the addbuiltin tool,
the "do not wrap" feature no longer works,
and output like the following is produced:
# Trust for "StartCom Certification Authority (sha256)"
# Issuer: CN=StartCom Certification Authority,OU=Secure Digital Certificate S
igning,O=StartCom Ltd.,C=IL
# Serial Number: 45 (0x2d)
# Subject: CN=StartCom Certification Authority,OU=Secure Digital Certificate
Signing,O=StartCom Ltd.,C=IL
...
# Fingerprint (MD5):
3D:3B:18:9E:2C:64:5A:E8:D5:88:CE:0E:F9:37:C2:EC
# Fingerprint (SHA1):
DA:FA:F7:FA:66:84:EC:06:8F:14:50:BD:C7:C2:81:A5:BC:A9:64:57
The problem has been caused by creating a second static variable wrapEnabled. Calling the function to configure the wrap/do-not-wrap only has effect in one of the source files.
| Reporter | ||
Updated•13 years ago
|
| Reporter | ||
Comment 1•13 years ago
|
||
Attachment #624976 -
Flags: review?(emaldona)
Updated•13 years ago
|
Attachment #624976 -
Flags: review?(emaldona) → review+
| Reporter | ||
Comment 2•13 years ago
|
||
Checking in secutil.c;
/cvsroot/mozilla/security/nss/cmd/lib/secutil.c,v <-- secutil.c
new revision: 1.121; previous revision: 1.120
done
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•