Re: [PATCH 2/2] krnl386: Invalid console handles should translate into real handles when creating a new process.
23 Apr
2015
23 Apr
'15
1:13 a.m.
"Erich E. Hoover" <erich.e.hoover(a)gmail.com> writes:
This patch fixes an issue exposed by the fix in patch 1. The current mechanism for initializing the DOS handles for a process uses DuplicateHandle, which converts INVALID_HANDLE_VALUE into a usable handle (but not 0). Without this fix the Caesar III demo installer crashes with an unhandled page fault, though it may be more desirable to allocate new handles than to replicate the behavior we used to have prior to patch 1.
Proper handles would be better, simply open the null device or something like that. -- Alexandre Julliard julliard(a)winehq.org
3885
Age (days ago)
3885
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard