[ros-dev] [ros-diffs] [fireball] 34047: - Extend SEH to cover writing result to output arguments. Noticed by Stefan Ginsberg.

Timo Kreuzer timo.kreuzer at web.de
Sun Jun 22 21:00:59 CEST 2008


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




More information about the Ros-dev mailing list