Ignore:
Timestamp:
Mar 18, 2000, 8:49:44 PM (25 years ago)
Author:
sandervl
Message:

added extra check for fs corruption during dll attach

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/windllbase.cpp

    r3059 r3160  
    1 /* $Id: windllbase.cpp,v 1.11 2000-03-09 19:03:20 sandervl Exp $ */
     1/* $Id: windllbase.cpp,v 1.12 2000-03-18 19:49:44 sandervl Exp $ */
    22
    33/*
     
    430430        OS2UnsetExceptionHandler((void *)&exceptFrame);
    431431  }
     432  else
     433  if(thdb) {
     434        if(thdb->teb_sel != GetFS()) {
     435                dprintf(("Win32DllBase::attachProcess: FS was changed by dll entrypoint!!!!"));
     436                DebugInt3();
     437        }
     438  }
    432439  return rc;
    433440}
Note: See TracChangeset for help on using the changeset viewer.