X-Debbugs-Cc: Sebastian Dröge <
[email protected]>, Sebastian Ramacher <
[email protected]>
Control: tags 1106689 + patch
Control: tags 1106689 + pending
Dear maintainer, hi Sebastian and Sebastian
I've prepared an NMU for libvpx (versioned as 1.15.0-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should cancel it.
https://salsa.debian.org/multimedia-team/libvpx/-/merge_requests/5
is the corresponding MR on salsa.
Regards,
Salvatore
diffstat for libvpx-1.15.0 libvpx-1.15.0
changelog | 8 +
patches/series | 1
patches/vpx_codec_enc_init_multi-fix-double-free-on-init-fai.patch | 62 ++++++++++
3 files changed, 71 insertions(+)
diff -Nru libvpx-1.15.0/debian/changelog libvpx-1.15.0/debian/changelog
--- libvpx-1.15.0/debian/changelog 2025-02-20 04:37:58.000000000 +0100
+++ libvpx-1.15.0/debian/changelog 2025-05-27 23:00:58.000000000 +0200
@@ -1,3 +1,11 @@
+libvpx (1.15.0-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * vpx_codec_enc_init_multi: fix double free on init failure
+ (Closes: #1106689)
+
+ -- Salvatore Bonaccorso <
[email protected]> Tue, 27 May 2025 23:00:58 +0200 +
libvpx (1.15.0-2) unstable; urgency=medium
* Team upload
diff -Nru libvpx-1.15.0/debian/patches/series libvpx-1.15.0/debian/patches/series
--- libvpx-1.15.0/debian/patches/series 2025-02-20 04:37:58.000000000 +0100
+++ libvpx-1.15.0/debian/patches/series 2025-05-27 23:00:58.000000000 +0200
@@ -1,2 +1,3 @@
0001-Relax-ABI-check.patch
0002-Do-not-undefine-_FORTIFY_SOURCE.patch +vpx_codec_enc_init_multi-fix-double-free-on-init-fai.patch
diff -Nru libvpx-1.15.0/debian/patches/vpx_codec_enc_init_multi-fix-double-free-on-init-fai.patch libvpx-1.15.0/debian/patches/vpx_codec_enc_init_multi-fi