mirror of
https://github.com/libjpeg-turbo/libjpeg-turbo.git
synced 2026-01-12 00:04:17 +08:00
Merge branch 'dev' into dev.x86intrinsics
This commit is contained in:
@@ -527,7 +527,7 @@ if(UNIX)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(NOT MSVC OR CMAKE_C_COMPILER_ID MATCHES "Clang")
|
||||
if(NOT WIN32)
|
||||
check_c_source_compiles("extern const int table[1]; const int __attribute__((visibility(\"hidden\"))) table[1] = { 0 }; int main(void) { return table[0]; }"
|
||||
HIDDEN_WORKS)
|
||||
if(HIDDEN_WORKS)
|
||||
|
||||
12
ChangeLog.md
12
ChangeLog.md
@@ -981,9 +981,9 @@ storage.
|
||||
64-bit libjpeg-turbo SDK for Visual C++ were installed on the same system, only
|
||||
one of them could be uninstalled.
|
||||
|
||||
2. Fixed a signed integer overflow and subsequent segfault that occurred when
|
||||
attempting to decompress images with more than 715827882 pixels using the
|
||||
64-bit C version of TJBench.
|
||||
2. Fixed a signed integer overflow and subsequent segfault (CVE-2019-2201) that
|
||||
occurred when attempting to decompress images with more than 715827882 pixels
|
||||
using the 64-bit C version of TJBench.
|
||||
|
||||
3. Fixed out-of-bounds write in `tjDecompressToYUV2()` and
|
||||
`tjDecompressToYUVPlanes()` (sometimes manifesting as a double free) that
|
||||
@@ -1035,9 +1035,9 @@ regardless of whether a 4:2:2 JPEG image is rotated or transposed prior to
|
||||
decompression (in the frequency domain) or after decompression (in the spatial
|
||||
domain), the final image will be similar.
|
||||
|
||||
4. Fixed an integer overflow and subsequent segfault that occurred when
|
||||
attempting to compress or decompress images with more than 1 billion pixels
|
||||
using the TurboJPEG API.
|
||||
4. Fixed an integer overflow and subsequent segfault (CVE-2019-2201) that
|
||||
occurred when attempting to compress or decompress images with more than 1
|
||||
billion pixels using the TurboJPEG API.
|
||||
|
||||
5. Fixed a regression introduced by 2.0 beta1[15] whereby attempting to
|
||||
generate a progressive JPEG image on an SSE2-capable CPU using a scan script
|
||||
|
||||
Reference in New Issue
Block a user