mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-15 21:39:59 +02:00
Merge tag 'v1.3.2'
libwebp-1.3.2 - 9/13/2023: version 1.3.2 This is a binary compatible release. * security fix for lossless decoder (chromium: #1479274, CVE-2023-4863) * tag 'v1.3.2': update ChangeLog update NEWS bump version to 1.3.2 Fix OOB write in BuildHuffmanTable. Bug: webp:620 Change-Id: I094a4fe6ab4f3f8ada6fb662ba9cc6ec0f3bdd87
This commit is contained in:
@ -32,7 +32,7 @@ extern "C" {
|
||||
// version numbers
|
||||
#define ENC_MAJ_VERSION 1
|
||||
#define ENC_MIN_VERSION 3
|
||||
#define ENC_REV_VERSION 1
|
||||
#define ENC_REV_VERSION 2
|
||||
|
||||
enum { MAX_LF_LEVELS = 64, // Maximum loop filter level
|
||||
MAX_VARIABLE_LEVEL = 67, // last (inclusive) level with variable cost
|
||||
|
Reference in New Issue
Block a user