Closed
Bug 1226582
Opened 9 years ago
Closed 7 years ago
[Static Analysis][Called function pointer is null (null dereference] Function from ssl3_FinishHandshake from security/nss/lib/ssl/ssl3con.c pottential null pointer to function dereference
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(firefox45 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: andi, Assigned: andi)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
970 bytes,
patch
|
Details | Diff | Splinter Review |
The Static Analysis tool Scan-Build added pointer to function ss->sec.cache could produce a null pointer dereference.
Assignee | ||
Comment 1•9 years ago
|
||
![]() |
||
Updated•9 years ago
|
Component: Security → Libraries
Product: Core → NSS
Version: Trunk → trunk
Updated•9 years ago
|
Blocks: clang-based-analysis
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8690063 [details] [diff] [review]
Bug 1226582 .diff
Hello Robert,
Could you please take a look other this patch?
THX
Attachment #8690063 -
Flags: review?(rrelyea)
Comment 3•7 years ago
|
||
We run scan-build for all of libssl for a while, seems this was fixed already.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Comment 4•7 years ago
|
||
(In reply to Tim Taubert [:ttaubert] from comment #3)
> We run scan-build for all of libssl for a while, seems this was fixed
> already.
(I meant to say that we have been running it for a while now.)
Updated•7 years ago
|
Attachment #8690063 -
Flags: review?(rrelyea)
You need to log in
before you can comment on or make changes to this bug.
Description
•