Closed
Bug 1616667
Opened 5 years ago
Closed 5 years ago
Fix clippy warnings and errors in mdns_service
Categories
(Core :: WebRTC: Networking, enhancement, P3)
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: dminor, Assigned: dminor)
References
(Blocks 1 open bug)
Details
Attachments
(3 files, 1 obsolete file)
Clippy generates a good number of warnings and errors in mdns_service. We should fix them.
Assignee | ||
Comment 1•5 years ago
|
||
This fixes a bunch of clippy warnings and errors in the mdns_service. The
errors were due to the extern "C" functions not being marked unsafe.
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Attachment #9128888 -
Attachment is obsolete: true
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D64380
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D64381
Pushed by dminor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1b3f6a328489
Add handle_queries function; r=mjf
https://hg.mozilla.org/integration/autoland/rev/413c487d62b6
Add handle_mdns_socket function; r=mjf
https://hg.mozilla.org/integration/autoland/rev/209429314dd4
Fix remaining clippy complaints; r=mjf
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1b3f6a328489
https://hg.mozilla.org/mozilla-central/rev/413c487d62b6
https://hg.mozilla.org/mozilla-central/rev/209429314dd4
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•