https://bugs.winehq.org/show_bug.cgi?id=43779
Bug ID: 43779 Summary: In ole32/storage32.c , miss check for the result of HeapAlloc Product: Wine Version: 2.0.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ole32 Assignee: wine-bugs@winehq.org Reporter: os@iscas.ac.cn Distribution: ---
In file [dlls/storage32.c:7269]: Memory is allocated with HeapAlloc() to variable newStream, but using the newStream directly without check.