Ignore:
Timestamp:
Apr 15, 2011, 9:32:09 PM (14 years ago)
Author:
dmik
Message:

kernel32: SEH: Make sure Win32 FS is active when unregistering the try handler: the code within it (e.g. an OS/2 longjmp) can occasionally reset it to OS/2 FS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testapp/exceptions/seh/longjmp.c

    r21475 r21624  
    120120            break;
    121121        case 2:
    122             // note that test_2() doesn't actually work correctly, it only
    123             // looks like it works just by accident. See #15 for details.
     122            // note that test_2() will actually only work if the top exception
     123            // handler is our SEH handler (i.e. __try block). See #15 for more
     124            // details.
    124125            rc = test_2();
    125126            break;
Note: See TracChangeset for help on using the changeset viewer.