Files
John Breton 49966f6927 libwebm: Fix double free in mkvparser ContentEncoding
Origin: 6a7c84a244
Author: James Zern <jzern@google.com>

-----
This is a security fix for CVE-2019-2126. Godot currently contains a vulnerable
version of libwebm in its 3.x branch that is susceptible to a double free due
to a missing reset of a freed pointer. This commit corrects that issue.

(cherry picked from commit 53d8b958c5)
2025-06-23 19:04:56 +02:00
..
2018-03-09 18:18:30 +01:00
2018-03-09 18:18:30 +01:00

URL: https://chromium.googlesource.com/webm/libwebm
Version: d7c62173ff6b4a5e0a2f86683a5b67db98cf09bf
License: BSD
License File: LICENSE.txt

Description:
libwebm is used to handle WebM container I/O.

Local Changes:
* Removed: "mkvmuxer", "hdr_util", "file_util", "mkv_reader".
* Make "~IMkvRerader()" public.