Open
Bug 504402
Opened 16 years ago
Updated 2 years ago
pkix_pl_OcspResponse_Create will crash with nbioContext if httpClient->version != 1
Categories
(NSS :: Libraries, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: timeless, Unassigned)
References
()
Details
(Keywords: coverity, Whiteboard: PKIX nbioContext )
I'm aware that this probably doesn't make sense today, but you're scaring the poor static analysis tools.
Comment 1•16 years ago
|
||
Changing subject. Was:
pkix_pl_OcspResponse_Create will crash touching hcv1 if httpClient->version != 1
This crash only occurs in the case where nbioContext is non-NULL.
Today, it is always NULL. The code for the nbioContext paths is known to
be buggy, but is effectively dead code at present, because NSS does not yet
make any use of non-NULL nbioContexts anywhere.
So, unless it can be shown that this problem also occurs in a path where
nbioContext is NULL, this is a low priority bug. If we had an umbrella bug
for all the nbioContext issues, this bug would block it.
Assignee: nobody → alexei.volkov.bugs
Severity: trivial → normal
Priority: -- → P3
Summary: pkix_pl_OcspResponse_Create will crash touching hcv1 if httpClient->version != 1 → pkix_pl_OcspResponse_Create will crash with nbioContext if httpClient->version != 1
Whiteboard: PKIX nbioContext
Version: trunk → 3.12.3
Updated•3 years ago
|
Severity: normal → S3
Comment 2•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: alvolkov.bgs → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•