mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Andrey Korotaev <[email protected]>:
- Fix possible infinite looping in kdbg (happening e.g. when moving mouse in a reactos in qemu which entered the debugger). svn path=/trunk/; revision=31135
This commit is contained in:
@@ -1928,6 +1928,10 @@ KdbpPrint(
|
||||
while (!isalpha(p2[j++]));
|
||||
strcpy(p2, p2 + j);
|
||||
}
|
||||
else
|
||||
{
|
||||
strcpy(p2, p2 + 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user