Closed
Bug 934171
Opened 12 years ago
Closed 12 years ago
test_ocsp_stapling.js fails with NSS 3.15.3 because GetHostForSNI in TLSServer.h wrongly assumes null-termination of SNI hostname
Categories
(Core :: Security: PSM, defect, P1)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla28
Tracking | Status | |
---|---|---|
firefox26 | --- | unaffected |
firefox27 | --- | fixed |
firefox28 | --- | fixed |
b2g-v1.2 | --- | fixed |
People
(Reporter: briansmith, Assigned: briansmith)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
1.22 KB,
patch
|
mcmanus
:
review+
|
Details | Diff | Splinter Review |
> // TODO: is aSrvNameArr[i].data guaranteed to be null-terminated?
Nope.
Assignee | ||
Updated•12 years ago
|
Attachment #826359 -
Flags: review?(dkeeler)
Assignee | ||
Updated•12 years ago
|
Comment 1•12 years ago
|
||
Comment on attachment 826359 [details] [diff] [review]
fix-GetHostForSNI.patch
Review of attachment 826359 [details] [diff] [review]:
-----------------------------------------------------------------
bsmith asked on irc if I could take a look at this.. lgtm
Attachment #826359 -
Flags: review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
![]() |
||
Comment 4•12 years ago
|
||
Comment on attachment 826359 [details] [diff] [review]
fix-GetHostForSNI.patch
Ok - note to self: don't ship code with TODO comments in it.
Attachment #826359 -
Flags: review?(dkeeler)
Assignee | ||
Comment 5•12 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/ca2aaf705a4d
I checked this in without approval because it is a trivial test-only fix for bustage that I caused when uplifting bug 898431 to mozilla-aurora.
Updated•12 years ago
|
Whiteboard: [qa-]
Comment 6•12 years ago
|
||
status-b2g-v1.2:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•