From 7aae903941c6e278372565211ca3e79ef4c11875 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Sun, 9 Jun 2019 23:04:18 +0200 Subject: [PATCH] backport fixes for invalid memory access and null pointer dereference --- libmatroska.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libmatroska.spec b/libmatroska.spec index 4cd6198..3567c48 100644 --- a/libmatroska.spec +++ b/libmatroska.spec @@ -6,6 +6,7 @@ License: LGPLv2+ Group: System Environment/Libraries URL: https://www.matroska.org/ Source0: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz +Patch0: %{name}-memory.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libebml-devel >= 1.3.7 @@ -38,6 +39,7 @@ will use the Matroska container format. %prep %setup -q +%patch0 -p1 -b .m %build @@ -70,6 +72,7 @@ will use the Matroska container format. %changelog * Sat Jun 08 2019 Dominik Mierzejewski - 1.5.0-1 - update to 1.5.0 +- backport fixes for invalid memory access and null pointer dereference * Tue Jul 24 2018 Dominik Mierzejewski - 1.4.9-1 - update to 1.4.9 (#1570226)