Closed
Bug 1325593
Opened 9 years ago
Closed 9 years ago
Assertion failure: desc != internal_error, at tls13con.c:153
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla52
People
(Reporter: cbook, Assigned: ttaubert)
References
()
Details
(Keywords: assertion, sec-audit, Whiteboard: [post-critsmash-triage][adv-main51-])
Attachments
(1 file)
|
117.20 KB,
text/plain
|
Details |
found via bughunter topsite tests and reproduced on latest aurora tinderbox windows debug build
STR:
-> Load https://www.lvme.me (bughunter reports also https://www.elwatannews.com)
--> Assertion failure
Assertion failure: desc != internal_error, at c:/builds/moz2_slave/m-aurora-w32-d-000000000000000/build/src/security/nss/lib/ssl/tls13con.c:153
| Reporter | ||
Comment 2•9 years ago
|
||
https://www.referralkey.com is another url the topsites found
| Assignee | ||
Comment 3•9 years ago
|
||
tls13_SendClientSecondRound() -> ssl3_FlushHandshakeMessages() -> ssl3_SendRecord() -> ssl_DefSend() is returning a PR_CONNECT_RESET_ERROR, and we assert. We probably just shouldn't assert when the peer closed the connection.
Assignee: nobody → ttaubert
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•9 years ago
|
||
I think the best solution would be to uplift the patch from bug 1322496.
| Assignee | ||
Comment 5•9 years ago
|
||
| Assignee | ||
Comment 6•9 years ago
|
||
Uplifted to the NSS 3.28 branch:
https://hg.mozilla.org/projects/nss/rev/68243206a653
Comment 7•9 years ago
|
||
Tim, can this be marked fixed?
Should the target milestone set to 3.28.1 ?
Flags: needinfo?(ttaubert)
| Assignee | ||
Comment 8•9 years ago
|
||
I think we should mark this as fixed as soon as 3.28.1 hits Aurora (52).
Flags: needinfo?(ttaubert)
| Assignee | ||
Comment 9•9 years ago
|
||
Bug 1328600 got uplifted to 52 + 51.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
| Assignee | ||
Updated•9 years ago
|
Target Milestone: mozilla53 → mozilla52
Updated•9 years ago
|
Group: crypto-core-security → core-security-release
Updated•9 years ago
|
Whiteboard: [post-critsmash-triage]
Updated•9 years ago
|
Whiteboard: [post-critsmash-triage] → [post-critsmash-triage][adv-main50-]
Updated•9 years ago
|
Whiteboard: [post-critsmash-triage][adv-main50-] → [post-critsmash-triage][adv-main51-]
Updated•8 years ago
|
Group: core-security-release
You need to log in
before you can comment on or make changes to this bug.
Description
•