Open
Bug 1856492
Opened 1 year ago
Updated 1 year ago
symbol_upload.cc still tries to pass map<string, string> to HTTPUpload::SendRequest
Categories
(Toolkit :: Crash Reporting, defect, P4)
Toolkit
Crash Reporting
Tracking
()
People
(Reporter: iannbugzilla, Unassigned, NeedInfo)
References
(Regression)
Details
(Keywords: regression)
Bug 1420363 changed HTTPUpload::SendRequest to take a string rather than a map<string, string> but symbol_upload.cc was never changed to take account of that.
Comment 1•1 year ago
|
||
Set release status flags based on info from the regressing bug 1420363
:gsvelto, since you are the author of the regressor, bug 1420363, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
status-firefox118:
--- → affected
status-firefox119:
--- → affected
status-firefox-esr115:
--- → affected
Flags: needinfo?(gsvelto)
Comment 2•1 year ago
|
||
Is there an impact to users or to our crashing reporting? Thanks
Flags: needinfo?(iannbugzilla)
Comment 3•1 year ago
|
||
We don't build that code so there's no impact on Firefox.
Severity: -- → S4
Flags: needinfo?(gsvelto)
Priority: -- → P4
Updated•1 year ago
|
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•