Allow DLL blocklist to have combinations of flags
Categories
(Core :: DLL Services, enhancement, P3)
Tracking
()
People
(Reporter: gstoll, Assigned: gstoll)
References
Details
Attachments
(2 files)
Flags are used to restrict DLL blocklist entries to only certain versions of Windows or only certain processes. There's a comment in WindowsDllBlocklistInfo.h saying "These flags cannot be combined." and indeed, attempting to do so leads to a compilation error.
I'm not sure whether just fixing the compilation error would be enough to make this work.
This would have been nice to have for bug 1833793.
Assignee | ||
Updated•6 months ago
|
Assignee | ||
Comment 1•6 months ago
|
||
Ran into this again for bug 1826400, so I'm going to work on this now.
Assignee | ||
Comment 2•6 months ago
|
||
Pushed by gstoll@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/2c2ce5a92e88 allow multiple blocklist flags r=gsvelto
Comment 4•6 months ago
|
||
bugherder |
Updated•6 months ago
|
Assignee | ||
Comment 5•6 months ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D180722
Comment 6•6 months ago
|
||
Uplift Approval Request
- Steps to reproduce for manual QE testing: n/a
- Explanation of risk level: just changes how we generate code for blocklist
- Code covered by automated testing: no
- Risk associated with taking this patch: low
- Needs manual QE test: no
- Fix verified in Nightly: yes
- User impact if declined: won't be able to uplift bug 1826400
- Is Android affected?: no
- String changes made/needed: no
Updated•6 months ago
|
Comment 7•6 months ago
|
||
A patch has been attached on this bug, which was already closed. Filing a separate bug will ensure better tracking. If this was not by mistake and further action is needed, please alert the appropriate party. (Or: if the patch doesn't change behavior -- e.g. landing a test case, or fixing a typo -- then feel free to disregard this message)
Comment 8•5 months ago
|
||
Greg, I'll let you request esr uplift on this one?
Assignee | ||
Comment 9•5 months ago
|
||
This is already in 115, so it will make it into the new ESR, and we decided we didn't want bug 1826400 in the previous ESR, so I don't think we need to do anything.
Description
•