From 86e6d52971e5eb6791936cc96890e3a89d23b760 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Fri, 11 Jul 2014 21:29:45 +0200 Subject: [PATCH] Add a missing short name for 13-Misc_ACL patches. --- README.md | 2 +- patches/13-Misc_ACL/definition | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba991c89..6b55e167 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ These patches fix the following Wine bugs: * Support for TransmitFile ([Wine Bug #5048](http://bugs.winehq.org/show_bug.cgi?id=5048 "Multiple applications and games need support for ws2_32 SIO_GET_EXTENSION_FUNCTION_POINTER TransmitFile (WSAID_TRANSMITFILE)")) * Support for Junction Points ([Wine Bug #12401](http://bugs.winehq.org/show_bug.cgi?id=12401 "Support junction points, i.e. DeviceIoCtl(FSCTL_SET_REPARSE_POINT/FSCTL_GET_REPARSE_POINT)")) -* Rhapsody 2 crashes on startup (GetSecurityInfo returns NULL DACL for process object) ([Wine Bug #15980](http://bugs.winehq.org/show_bug.cgi?id=15980 "Rhapsody 2 crashes on startup (GetSecurityInfo returns NULL DACL for process object)")) +* GetSecurityInfo returns NULL DACL for process object ([Wine Bug #15980](http://bugs.winehq.org/show_bug.cgi?id=15980 "Rhapsody 2 crashes on startup (GetSecurityInfo returns NULL DACL for process object)")) * Workaround for TransactNamedPipe not being supported ([Wine Bug #17273](http://bugs.winehq.org/show_bug.cgi?id=17273 "Many apps and games need SetNamedPipeHandleState implementation (support for named pipe message mode)(FireFox+Flash, Win8/NET 4.x SDK/vcrun2012, WiX installers)")) * Add implementation of WTSEnumerateProcessesW ([Wine Bug #29903](http://bugs.winehq.org/show_bug.cgi?id=29903 "Some Microsoft debuggers fail to enumerate processes due to wtsapi32.WTSEnumerateProcessesW() being a stub (Microsoft Visual Studio 2005, DbgCLR from .NET 2.0 SDK)")) * Support for stored file ACLs ([Wine Bug #31858](http://bugs.winehq.org/show_bug.cgi?id=31858 "Netflix on Firefox fails with Internet Connection Problem when loading bar is at 99%")) diff --git a/patches/13-Misc_ACL/definition b/patches/13-Misc_ACL/definition index 14819569..84a537fd 100644 --- a/patches/13-Misc_ACL/definition +++ b/patches/13-Misc_ACL/definition @@ -1,7 +1,7 @@ Author: Erich E. Hoover Subject: Add default security descriptor ownership and DACLs for processes. Revision: 1 -Fixes: 15980 +Fixes: [15980] GetSecurityInfo returns NULL DACL for process object # Both patches modify dlls/advapi32/tests/security.c Depends: 02-ACL_Extended_Attributes