[NTDLL:LDR] Avoid passing an uninitialized variable to another function.

This commit is contained in:
Thomas Faber 2018-12-28 11:28:43 +01:00
parent 65f0926086
commit 0013b0f71c
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -1162,6 +1162,7 @@ FailurePath:
{
/* Import by name */
ForwardName = &ForwarderName;
ForwardOrdinal = 0;
}
/* Get the pointer */