Closed
Bug 1669813
Opened 5 years ago
Closed 5 years ago
Crash when using MOZ_LOG=neqo_http3::*:5
Categories
(Core :: Networking: HTTP, defect, P2)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
83 Branch
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: dragana, Assigned: valentin)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
I narrowed down the cause to :
https://searchfox.org/mozilla-central/rev/f82d5c549f046cb64ce5602bfd894b7ae807c8f8/third_party/rust/neqo-http3/src/connection_client.rs#244
he log for "path" is causing a crash
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → valentin.gosu
Whiteboard: [necko-triaged]
| Assignee | ||
Comment 1•5 years ago
|
||
ExternMozLog treated aMsg as a format, instead of the string being printed.
If it happened to contain any escape sequences, it led to a crash as the parameters weren't there.
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/d368b4f16732
Pass %s format to VsprintfLiteral instead of logged string r=dragana
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•