Related: CVE-2020-22219
This commit is contained in:
Miroslav Lichvar 2023-09-25 12:16:15 +02:00
parent 1e73dc165c
commit 32e4c4d9e6

View File

@ -8,7 +8,7 @@
Summary: An encoder/decoder for the Free Lossless Audio Codec
Name: flac
Version: 1.3.3
Release: 11%{?dist}
Release: 12%{?dist}
License: BSD and GPLv2+ and GFDL
Source0: https://downloads.xiph.org/releases/flac/flac-%{version}.tar.xz
URL: https://www.xiph.org/flac/
@ -149,6 +149,9 @@ make check
%endif
%changelog
* Mon Sep 25 2023 Miroslav Lichvar <mlichvar@redhat.com> 1.3.2-12
- rebuild
* Mon Sep 18 2023 Miroslav Lichvar <mlichvar@redhat.com> 1.3.3-11
- don't free memory that is still used after realloc() error (CVE-2020-22219)