From 8756d56343e0d9d75b66059f2c220bcb5b733ff5 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 4 Jan 2021 17:06:01 +0100 Subject: [PATCH] libEBML: update bundled version to v1.4.1 libEBML < v1.4.1 contains a bug that leads to use-after-free access in all of MKVToolNix's programs. Part of the fix of #2989. --- NEWS.md | 1 + lib/libebml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index d8e111d67..2b0687a85 100644 --- a/NEWS.md +++ b/NEWS.md @@ -17,6 +17,7 @@ * mkvextract: h.265/HEVC extraction: the code for skipping extraction of prefix SEI NALUs in the first frame was skipping two bytes too few, resulting in broken processing of all following bytes. Patch by Mike Chen. +* libEBML: the optional, bundled version of libEBML was updated to v1.4.1. # Version 51.0.0 "I Wish" 2020-10-04 diff --git a/lib/libebml b/lib/libebml index 6145c5700..f9fc9a891 160000 --- a/lib/libebml +++ b/lib/libebml @@ -1 +1 @@ -Subproject commit 6145c5700d894312c4dd47ba6c1ace72075b0692 +Subproject commit f9fc9a89177e9bcdc1a34ac7ab76114ddd6149c8