[LDR] Ensure we start with a valid pointer

This commit is contained in:
Mark Jansen 2018-12-28 19:27:32 +01:00
parent aa912422e5
commit 6d89d19f39
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -1851,6 +1851,7 @@ LdrpSearchPath(IN PWCHAR *SearchPath,
/* FIXME: Setup TestName here */
Status = STATUS_NOT_FOUND;
BufEnd = Buffer;
/* Start loop */
do