Closed
Bug 353431
Opened 19 years ago
Closed 7 years ago
oom crash [@ SECU_printCertProblems]
Categories
(NSS :: Tools, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: timeless, Unassigned)
References
()
Details
(Keywords: coverity, crash)
Crash Data
Comment 1•19 years ago
|
||
Timeless, FYI, Coverity should NOT be checking any directories whose code
does not become part of mozilla clients (browsers, email programs, etc.).
That means that nothing in nss/cmd/... should be checked by coverity
and nothing in nss/lib/jar should be checked by coverity. Any Coverity IDs
that are in non-mozilla-client code should be marked as IGNORE.
This rule is for mozilla's benefit.
Comment 2•19 years ago
|
||
The SECU_ functions in nss/cmd/lib are used only in NSS's little command
line QA test programs, not by mozilla clients. The little short-lived
command line QA test programs never run out of memory, and even if they
do, it's not a serious DOS.
All bugs in those cmd/lib functions are minor severity, at best (er, worst).
Severity: critical → minor
Priority: -- → P3
shrug, it's easier for me to analyze a bug and file it (not necessarily giving it a high priority) than it is to mark ignore. every bug we don't fix now will haunt me each time someone else decides to make their own analyzer which doesn't know the magical "ignore" rules.
Updated•17 years ago
|
Updated•15 years ago
|
Crash Signature: [@ SECU_printCertProblems]
Comment 4•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•