https://bugs.winehq.org/show_bug.cgi?id=44789
Bug ID: 44789 Summary: dlls/ole32/storage32.c , missing check for the return value of HeapAlloc Product: Wine Version: 3.4 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: ly_1066@126.com Distribution: ---
In file [dlls/ole32/storage32.c:7793]: heap memory is allocated with HeapAlloc() , but derefenence the return value "newStream" directly without check.