vbscript: Avoid use of uninitialized variable in Global_InStrRev().
This commit is contained in:
parent
f0e2ea988e
commit
69a6138350
|
@ -1810,6 +1810,8 @@ static HRESULT Global_InStrRev(vbdisp_t *This, VARIANT *args, unsigned args_cnt,
|
|||
}else {
|
||||
start = SysStringLen(str1);
|
||||
}
|
||||
} else {
|
||||
str2 = NULL;
|
||||
}
|
||||
|
||||
if(SUCCEEDED(hres)) {
|
||||
|
|
Loading…
Reference in New Issue