[Bug 40344] shell32:assoc regression (privilege issue)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Mar 23 15:04:25 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=40344

--- Comment #1 from tblodt at icloud.com ---
This test creates registry keys in HKEY_CLASSES_ROOT and tests the code that
retrieves values from those keys, and it fails because HKEY_CLASSES_ROOT is not
writable without elevated privileges.

It could instead put the keys in HKCU/Software/Classes, which is writable
without elevated privileges, but then the tests would fail on Wine because
IQueryAssociations doesn't check there. That's a different bug. I plan to send
a patch to fix it and another patch to make the tests run without elevated
privileges.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list