Closed
Bug 170562
Opened 23 years ago
Closed 23 years ago
Some CA's are blank lines
Categories
(Core Graveyard :: Security: UI, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: junruh, Assigned: KaiE)
Details
(Keywords: regression)
Attachments
(1 file)
|
760 bytes,
patch
|
javi
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
9/24 Special NSS 3.6 builds. Problem on Win32 and Linux. OSX is OK.
1.) With a new profile, open the Cert Manager, and click on Authorities tab.
What happens: There are a lot of blank lines, especially around RSA and
Verisign.
| Reporter | ||
Comment 1•23 years ago
|
||
Correction: This occurs on all 9/24 trunk builds. Win32, OSX and Linux.
OS: Windows 2000 → All
Priority: -- → P3
Hardware: PC → All
Summary: NSS 3.6- Some CA's are blank lines → Some CA's are blank lines
Comment 2•23 years ago
|
||
John, does this occur on the regular 9/24 trunk builds
or just the 9/24 special NSS 3.6 builds?
| Reporter | ||
Comment 3•23 years ago
|
||
The regular trunk builds.
| Reporter | ||
Updated•23 years ago
|
Keywords: nsbeta1+,
regression
| Assignee | ||
Comment 4•23 years ago
|
||
| Assignee | ||
Comment 5•23 years ago
|
||
That's another regression caused by the string cleanup work.
I had removed a null check and thought it would no longer be necessary since we
are now using string objects, but overlooked that I must check for string
emptyness instead...
Javi, can you please review?
Status: NEW → ASSIGNED
Comment 6•23 years ago
|
||
Comment on attachment 101374 [details] [diff] [review]
Patch v1
r=javi
Attachment #101374 -
Flags: review+
Comment 7•23 years ago
|
||
Comment on attachment 101374 [details] [diff] [review]
Patch v1
sr=alecf
Attachment #101374 -
Flags: superreview+
| Assignee | ||
Comment 8•23 years ago
|
||
fixed on trunk
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•