Open
Bug 402733
Opened 17 years ago
Updated 2 years ago
make code in pkix_BuildForwardDepthFirstSearch and pkix_Build_InitiateBuildChain more manageable
Categories
(NSS :: Libraries, defect, P2)
NSS
Libraries
Tracking
(Not tracked)
NEW
People
(Reporter: alvolkov.bgs, Unassigned)
Details
(Whiteboard: PKIX)
Here is the list of function that should be review/rewritten to simplify the way they handle errors and clean up before exiting:
pkix_Build_CheckCertAgainstAnchor
pkix_Build_VerifyCertificate
pkix_BuildForwardDepthFirstSearch
pkix_Build_TryShortcut
pkix_Build_InitiateBuildChain
Reporter | ||
Updated•17 years ago
|
Priority: -- → P1
Whiteboard: PKIX
Updated•17 years ago
|
Version: 3.12 → trunk
Reporter | ||
Comment 1•17 years ago
|
||
Retargetting the bug to make code in pkix_BuildForwardDepthFirstSearch and pkix_Build_InitiateBuildChain more manageable.
Summary: multiple leaks of reported errors and other objects in functions defined in pkix_build.c → make code in pkix_BuildForwardDepthFirstSearch and pkix_Build_InitiateBuildChain more manageable
Reporter | ||
Updated•17 years ago
|
Target Milestone: 3.12 → 3.12.1
Updated•17 years ago
|
Priority: P1 → P2
Target Milestone: 3.12.1 → 3.12.2
Comment 2•16 years ago
|
||
Unsetting target milestone in unresolved bugs whose targets have passed.
Target Milestone: 3.12.2 → ---
Comment 3•2 years ago
|
||
The bug assignee is inactive on Bugzilla, and this bug has priority 'P2'.
:beurdouche, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: alvolkov.bgs → nobody
Flags: needinfo?(bbeurdouche)
Updated•2 years ago
|
Severity: normal → S3
Comment 4•2 years ago
|
||
We have modified the bot to only consider P1 as high priority, so I'm cancelling the needinfo here.
Flags: needinfo?(bbeurdouche)
You need to log in
before you can comment on or make changes to this bug.
Description
•