mirror of
https://github.com/reactos/reactos.git
synced 2026-09-15 14:18:59 +08:00
87fbcaec39293956992ce4b1d2146346cfd2ae1b
Robert Shearman <rob@codeweavers.com> - ole: Fix mis-handling of return value in StgStreamImpl_Read. BlockChainStream_ReadAt returns a BOOL, not an HRESULT so change StgStreamImpl_Read to handle this, by returning STG_E_READFAULT on failure. - ole: Check the return value of IStream_SetSize in IStream_Read. Check the return value of IStream_SetSize in IStream_Read, since otherwise execution could continue on and cause heap corruption. svn path=/trunk/; revision=20621
…
…
Languages
C
86.5%
C++
10.6%
Python
0.8%
Assembly
0.5%
CMake
0.5%
Other
0.8%