mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NTDLL:LDR] Avoid passing an uninitialized variable to another function.
This commit is contained in:
@@ -1162,6 +1162,7 @@ FailurePath:
|
||||
{
|
||||
/* Import by name */
|
||||
ForwardName = &ForwarderName;
|
||||
ForwardOrdinal = 0;
|
||||
}
|
||||
|
||||
/* Get the pointer */
|
||||
|
||||
Reference in New Issue
Block a user