mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTDLL:LDR] Avoid passing an uninitialized variable to another function.
This commit is contained in:
parent
65f0926086
commit
0013b0f71c
1 changed files with 1 additions and 0 deletions
|
@ -1162,6 +1162,7 @@ FailurePath:
|
|||
{
|
||||
/* Import by name */
|
||||
ForwardName = &ForwarderName;
|
||||
ForwardOrdinal = 0;
|
||||
}
|
||||
|
||||
/* Get the pointer */
|
||||
|
|
Loading…
Reference in a new issue