Closed
Bug 125611
Opened 23 years ago
Closed 23 years ago
Crash in PK11_FindCertFromNickname
Categories
(NSS :: Libraries, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
3.4
People
(Reporter: javi, Assigned: javi)
Details
Attachments
(1 file)
|
649 bytes,
patch
|
Details | Diff | Splinter Review |
Calling PK11_FindCertFromNickname with a valid <token name>:<cert nickname>
string will cause a crash if the token is not inserted. Patch coming soon.
Updated•23 years ago
|
Priority: -- → P1
Target Milestone: --- → 3.4
| Assignee | ||
Comment 1•23 years ago
|
||
| Assignee | ||
Comment 2•23 years ago
|
||
Checked in patch without the else clause since slot was being initialized to
NULL earlier in the function.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•