Closed
Bug 1463379
Opened 8 years ago
Closed 8 years ago
[CID 1435689] Dereferencing null pointer "cx"
Categories
(NSS :: Libraries, enhancement)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.38
People
(Reporter: ttaubert, Assigned: ttaubert)
References
(Blocks 1 open bug)
Details
(Keywords: coverity, Whiteboard: CID 1435689)
Attachments
(1 file)
*** CID 1435689: Null pointer dereferences (FORWARD_NULL)
/lib/util/secasn1d.c: 2990 in SEC_ASN1DecoderFinish_Util()
2984 }
2985
2986 /*
2987 * XXX anything else that needs to be finished?
2988 */
2989
>>> CID 1435689: Null pointer dereferences (FORWARD_NULL)
>>> Dereferencing null pointer "cx".
2990 PORT_FreeArena(cx->our_pool, PR_TRUE);
2991
2992 return rv;
2993 }
2994
2995 SEC_ASN1DecoderContext *
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Comment on attachment 8979479 [details]
Bug 1463379 - [CID 1435689] Dereferencing null pointer "cx" r=jcj
J.C. Jones [:jcj] has approved the revision.
https://phabricator.services.mozilla.com/D1347
Attachment #8979479 -
Flags: review+
| Assignee | ||
Comment 3•8 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.38
You need to log in
before you can comment on or make changes to this bug.
Description
•