[Bug 13583] SecureCRT: Unhandled page fault when making SSH2 connection

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 16 03:51:47 CDT 2009


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





--- Comment #18 from Rein Klazes <wijn at online.nl>  2009-08-16 03:51:45 ---
Created an attachment (id=23101)
 --> (http://bugs.winehq.org/attachment.cgi?id=23101)
Quick fix

An +advapi log shows why there is a regression:

0009:fixme:advapi:LookupAccountNameW (null) L"CURRENT_USER" 0x1b4a8c 0x32f038
(nil) 0x32f034 0x32f030 - stub
0009:warn:advapi:SetEntriesInAclW bad user name L"CURRENT_USER" for trustee 0

"CURRENT_USER" looks like some default, that should not return a bad user name. 
Hacking this to give the same result as NULL or a Blank string lets the program
connect.

Needs a test case of course. Not difficult.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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