mirror of
https://github.com/reactos/wine.git
synced 2025-03-06 19:57:17 +00:00
dbghelp: Add a missing NULL check (Coverity).
This commit is contained in:
parent
df0ef756b3
commit
30c1df4a08
@ -1034,6 +1034,7 @@ static BOOL sym_enum(HANDLE hProcess, ULONG64 BaseOfDll, PCSTR Mask,
|
||||
regex_t mod_regex, sym_regex;
|
||||
|
||||
pair.pcs = process_find_by_handle(hProcess);
|
||||
if (!pair.pcs) return FALSE;
|
||||
if (BaseOfDll == 0)
|
||||
{
|
||||
/* do local variables ? */
|
||||
|
Loading…
x
Reference in New Issue
Block a user