We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb764af commit 39c4c17Copy full SHA for 39c4c17
1 file changed
MemoryModule.c
@@ -273,10 +273,10 @@ BuildImportTable(PMEMORYMODULE module)
273
274
HMEMORYMODULE MemoryLoadLibrary(const void *data)
275
{
276
- PMEMORYMODULE result=NULL;
+ PMEMORYMODULE result;
277
PIMAGE_DOS_HEADER dos_header;
278
PIMAGE_NT_HEADERS old_header;
279
- unsigned char *code=NULL, *headers;
+ unsigned char *code, *headers;
280
DWORD locationDelta;
281
DllEntryProc DllEntry;
282
BOOL successfull;
0 commit comments