mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-19 15:29:48 +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 DEC_MAJ_VERSION 1
|
||||
#define DEC_MIN_VERSION 3
|
||||
#define DEC_REV_VERSION 1
|
||||
#define DEC_REV_VERSION 2
|
||||
|
||||
// YUV-cache parameters. Cache is 32-bytes wide (= one cacheline).
|
||||
// Constraints are: We need to store one 16x16 block of luma samples (y),
|
||||
|
Reference in New Issue
Block a user