Closed
Bug 1649769
Opened 3 years ago
Closed 3 years ago
Call NS_MutateURI.Finalize() to better reflect API use
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | unaffected |
firefox77 | --- | unaffected |
firefox78 | --- | unaffected |
firefox79 | --- | wontfix |
firefox80 | --- | fixed |
People
(Reporter: jkratzer, Assigned: jkratzer)
References
(Blocks 1 open bug)
Details
(Keywords: sec-other, Whiteboard: [post-critsmash-triage][adv-main80-])
Attachments
(1 file)
To better reflect the typical use case of the URL API, the libfuzzer test in netwerk/test/fuzz/TestURIFuzzing.cpp
should call mutator.Finalize()
after every action.
Marking as S-S until this lands.
Assignee | ||
Updated•3 years ago
|
Summary: Finalize NS_MutateURI to better reflect API use → Call NS_MutateURI.Finalize() to better reflect API use
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → jkratzer
Status: NEW → ASSIGNED
Updated•3 years ago
|
status-firefox77:
--- → unaffected
status-firefox78:
--- → unaffected
status-firefox79:
--- → affected
status-firefox80:
--- → affected
status-firefox-esr68:
--- → unaffected
status-firefox-esr78:
--- → unaffected
Updated•3 years ago
|
Group: core-security → network-core-security
![]() |
||
Comment 2•3 years ago
|
||
https://hg.mozilla.org/integration/autoland/rev/7dab7fa368a494077a12035be4b07884d92fb719
https://hg.mozilla.org/mozilla-central/rev/7dab7fa368a4
Group: network-core-security → core-security-release
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
Updated•3 years ago
|
Flags: qe-verify-
Whiteboard: [post-critsmash-triage]
Updated•3 years ago
|
Whiteboard: [post-critsmash-triage] → [post-critsmash-triage][adv-main80-]
Updated•2 years ago
|
Group: core-security-release
You need to log in
before you can comment on or make changes to this bug.
Description
•