Zlib uses ulong in the interface, which, at least on Windows, is a 32-bit type, so qCompress cannot consume input and qUncompress cannot produce output greater than ULONG_MAX, even on 64-bit platforms. Document this limitation. Task-number: QTBUG-104972 Change-Id: I56c926a67f8705ef773977a86e157e6eb26aa585 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 6bdde5295708df78db45c120d123945447f00232) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%