Changeset 2590 for trunk/src


Ignore:
Timestamp:
Feb 1, 2000, 12:10:54 PM (26 years ago)
Author:
bird
Message:

Bugfix: pawoffFixup not initiated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/pe2lx/pe2lx.cpp

    r2538 r2590  
    1 /* $Id: pe2lx.cpp,v 1.16 2000-01-27 23:45:59 bird Exp $
     1/* $Id: pe2lx.cpp,v 1.17 2000-02-01 11:10:54 bird Exp $
    22 *
    33 * Pe2Lx class implementation. Ring 0 and Ring 3
     
    24192419        {
    24202420            ULONG c = (BaseReloc.SizeOfBlock - sizeof(BaseReloc.SizeOfBlock) - sizeof(BaseReloc.VirtualAddress)) / sizeof(WORD); /* note that sizeof(BaseReloc) is 12 bytes! */
    2421             PWORD pawoffFixup;
     2421            PWORD pawoffFixup = NULL;
    24222422
    24232423            if (c != 0)
Note: See TracChangeset for help on using the changeset viewer.