Closed
Bug 1567013
Opened 6 years ago
Closed 6 years ago
DLL blocklist dupe detection should use entry name
Categories
(Core :: mozglue, defect)
Tracking
()
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: bugzilla, Assigned: bugzilla)
Details
Attachments
(1 file)
Currently our dupe detection adds each entry to the set of seen entries, but this is inaccurate; we actually want to detect duplicates based on the entry's name, ignoring the other data.
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by aklotz@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1e5438504d0e
Change gen_dll_blocklist_defs.py to use the DLL name for dupe detection; r=bytesized
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•