Changeset 1628 for trunk/dll/eas.c
- Timestamp:
- Aug 27, 2011, 9:35:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/eas.c
r1627 r1628 204 204 205 205 ealen = sizeof(FEA2LIST) + strlen(s) + 64; 206 if (!xDosAllocMem((PPVOID) & pfealist, ealen + 1, 207 PAG_COMMIT | PAG_READ | PAG_WRITE, 208 pszSrcFile, __LINE__)) { 206 if (!xDosAllocMem((PPVOID) & pfealist, ealen + 1, pszSrcFile, __LINE__)) { 209 207 memset(pfealist, 0, ealen + 1); 210 208 pfealist->cbList = ealen; … … 1105 1103 } 1106 1104 1107 if (!xDosAllocMem((PPVOID) & pfealist, ealen, 1108 PAG_COMMIT | PAG_READ | PAG_WRITE, pszSrcFile, __LINE__)) { 1105 if (!xDosAllocMem((PPVOID) & pfealist, ealen, pszSrcFile, __LINE__)) { 1109 1106 memset(pfealist, 0, ealen); 1110 1107 pfealist->list[0].oNextEntryOffset = 0;
Note:
See TracChangeset
for help on using the changeset viewer.