[Bug 6077] ICQ 5.1 - setup crashes

Wine Bugs wine-bugs at winehq.org
Sun Oct 15 04:19:31 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=6077





------- Additional Comments From xerox_xerox2000 at yahoo.co.uk  2006-15-10 04:19 -------
Created an attachment (id=3854)
 --> (http://bugs.winehq.org/attachment.cgi?id=3854&action=view)
crash log

simple hack to let the installer complete:
diff --git a/dlls/advapi32/advapi.c b/dlls/advapi32/advapi.c
diff --git a/dlls/advapi32/security.c b/dlls/advapi32/security.c
index 7b4f5bc..46e64e4 100644
--- a/dlls/advapi32/security.c
+++ b/dlls/advapi32/security.c
@@ -1249,8 +1249,9 @@ MakeSelfRelativeSD(

 BOOL WINAPI GetSecurityDescriptorControl ( PSECURITY_DESCRIPTOR 
pSecurityDescriptor,
		 PSECURITY_DESCRIPTOR_CONTROL pControl, LPDWORD lpdwRevision)
-{
+{if(pSecurityDescriptor)
     return set_ntstatus(
RtlGetControlSecurityDescriptor(pSecurityDescriptor,pControl,lpdwRevision));
+else return FALSE;
 }

 /*	##############################


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list