Closed
Bug 339749
Opened 19 years ago
Closed 10 years ago
unreachable code in buildASN1ObjectFromDER
Categories
(Core :: Security: PSM, defect, P4)
Core
Security: PSM
Tracking
()
RESOLVED
DUPLICATE
of bug 338022
mozilla1.9alpha8
People
(Reporter: dveditz, Unassigned)
References
()
Details
(Whiteboard: [kerh-cua])
buildASN1ObjectFromDER is passed a parent pointer, not a pointer-to-a-pointer, so attempts to assign things to parent will simply leak. But in fact we don't get this far because NS_ENSURE_ARG_POINTER(parent) will return in the error case.
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/security/manager/ssl/src/nsNSSASN1Object.cpp&rev=1.12&mark=126,134,151-156#124
(found while reviewing bug 283565)
Updated•19 years ago
|
Priority: -- → P4
Whiteboard: [kerh-cua]
Target Milestone: --- → mozilla1.9beta
Updated•18 years ago
|
QA Contact: psm
![]() |
||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•