1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

B #5219: Increase zlib_decompress buffer (#604)

This commit is contained in:
Pavel Czerný 2021-01-11 10:06:38 +01:00 committed by Tino Vazquez
parent 78ea9f2a65
commit dce454bd93
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -94,7 +94,7 @@ namespace ssl_util
/**
* Buffer length for zlib inflate/deflate
*/
#define ZBUFFER 16384
#define ZBUFFER 65536
int zlib_decompress(const std::string& in, std::string& out)
{