Closed
Bug 336972
Opened 19 years ago
Closed 19 years ago
Coverity OOM crash [@ PK11_ImportDERPrivateKeyInfoAndReturnKey] "pki" Pointer allocated by PORT_NewArena dereferenced without NULL check
Categories
(NSS :: Libraries, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.11.2
People
(Reporter: timeless, Assigned: alvolkov.bgs)
References
()
Details
(Keywords: coverity, crash, Whiteboard: [CID 529 621])
Crash Data
Attachments
(1 file)
2.16 KB,
patch
|
nelson
:
review+
wtc
:
review+
|
Details | Diff | Splinter Review |
Event returned_null: Function "PORT_NewArena" returned NULL value (checked 219 out of 231 times) [model]
Comment 3•19 years ago
|
||
Comment on attachment 221185 [details] [diff] [review]
deal w/ oom
r=nelson. I'll ask Alexei to commit this. Thanks.
Attachment #221185 -
Flags: review?(nelson) → review+
Updated•19 years ago
|
Hardware: PC → All
Target Milestone: --- → 3.11.2
Updated•19 years ago
|
Priority: -- → P2
Assignee | ||
Comment 4•19 years ago
|
||
trunk
/cvsroot/mozilla/security/nss/lib/pk11wrap/pk11pk12.c,v <-- pk11pk12.c
new revision: 1.11; previous revision: 1.10
3.11 branch
/cvsroot/mozilla/security/nss/lib/pk11wrap/pk11pk12.c,v <-- pk11pk12.c
new revision: 1.10.28.1; previous revision: 1.10
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•19 years ago
|
Assignee: timeless → alexei.volkov.bugs
Updated•19 years ago
|
Attachment #221185 -
Flags: review+
Updated•18 years ago
|
Summary: OOM crash [@ PK11_ImportDERPrivateKeyInfoAndReturnKey] "pki" Pointer allocated by PORT_NewArena dereferenced without NULL check → Coverity OOM crash [@ PK11_ImportDERPrivateKeyInfoAndReturnKey] "pki" Pointer allocated by PORT_NewArena dereferenced without NULL check
Updated•13 years ago
|
Crash Signature: [@ PK11_ImportDERPrivateKeyInfoAndReturnKey]
You need to log in
before you can comment on or make changes to this bug.
Description
•