NtOpenKey ObOpenObjectByName TempBuffer = ExAllocatePoolWithTag(..) Status = ObpCaptureObjectCreateInformation(ObjectAttributes,...) -> crash -> SEH / return to NtOpenKey ... ExFreePool(TempBuffer); return ...
Author: fireball Date: Sun Jun 22 11:24:15 2008 New Revision: 34047
URL: http://svn.reactos.org/svn/reactos?rev=34047&view=rev http://svn.reactos.org/svn/reactos?rev=34047&view=rev Log: - Extend SEH to cover writing result to output arguments. Noticed by Stefan Ginsberg.
Modified: trunk/reactos/ntoskrnl/config/ntapi.c