mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTDLL:LDR] Add a print on illegal DLL relocation.
This commit is contained in:
parent
d32e96d602
commit
8d3f52a2ca
1 changed files with 2 additions and 0 deletions
|
@ -1417,6 +1417,8 @@ SkipCheck:
|
|||
HardErrorParameters[0] = (ULONG_PTR)&IllegalDll;
|
||||
HardErrorParameters[1] = (ULONG_PTR)&OverlapDll;
|
||||
|
||||
DPRINT1("Illegal DLL relocation! %wZ overlaps %wZ\n", &OverlapDll, &IllegalDll);
|
||||
|
||||
/* Raise the error */
|
||||
ZwRaiseHardError(STATUS_ILLEGAL_DLL_RELOCATION,
|
||||
2,
|
||||
|
|
Loading…
Reference in a new issue