[PATCH 1/7] advapi: Implement SetSecurityInfo on top of NtSetSecurityObject (try 2).

Erich E. Hoover ehoover at mymail.mines.edu
Thu Nov 15 11:36:37 CST 2012


This series of patches provides a fix for Bug #31858 (Netflix Internet
Connection Problem) and Bug #31993 (Netflix hangs with loading bar at
100%).  Once this patch series has been applied then Netflix (using
Silverlight 4.x) will successfully load and play movies and TV shows,
provided that you do not move the mouse while the content is first
loading (though this only appears to be a problem when taking a
"+relay" log).  It's also worth noting that patch 7 can be safely
applied without patches 1-6.

I didn't like the way 91647-91648 turned out, and Andre Hentschel
requested that there be some tests, so I reworked everything into
something that I felt better about.  In order to do this, in a way
that is easy to test, it becomes necessary to add
SetNamedSecurityInfoW (patch 2, which requires SetSecurityInfo).  This
particular patch adds SetSecurityInfo by layering it on top of
NtSetSecurityObject.  This version of the patch has been updated to
include some tests demonstrating that this behavior is needed.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-advapi-Implement-SetSecurityInfo-on-top-of-NtSetSecu.patch
Type: application/octet-stream
Size: 10144 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20121115/6f7f5ce3/attachment.obj>


More information about the wine-patches mailing list