mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
fix bug #66085
This commit is contained in:
committed by
catbasilio
parent
5c54ec3280
commit
d61a309ca0
@ -123,6 +123,7 @@ namespace StreamUtils
|
||||
|
||||
std::string ReadStringA(POLE::Stream* pStream, LONG lLen)
|
||||
{
|
||||
if (lLen < 0) return ("");
|
||||
if (pStream == NULL) return ("");
|
||||
|
||||
char* pData = new char[lLen + 1];
|
||||
|
||||
Reference in New Issue
Block a user