mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[LDR] Ensure we start with a valid pointer
This commit is contained in:
parent
aa912422e5
commit
6d89d19f39
1 changed files with 1 additions and 0 deletions
|
@ -1851,6 +1851,7 @@ LdrpSearchPath(IN PWCHAR *SearchPath,
|
|||
|
||||
/* FIXME: Setup TestName here */
|
||||
Status = STATUS_NOT_FOUND;
|
||||
BufEnd = Buffer;
|
||||
|
||||
/* Start loop */
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue