Origin:6a7c84a244Author: 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 commit53d8b958c5)
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.