[SCM] sox/master: Patch 0005 refreshed. (Closes: #882599)

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Nov 24 15:42:12 UTC 2017


The following commit has been merged in the master branch:
commit fa19d7743a368548dad8f448285f2a356d7b9c14
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Nov 24 16:39:58 2017 +0100

    Patch 0005 refreshed. (Closes: #882599)

diff --git a/debian/patches/0005-CVE-2017-15371.patch b/debian/patches/0005-CVE-2017-15371.patch
index 6b10f34..cde253d 100644
--- a/debian/patches/0005-CVE-2017-15371.patch
+++ b/debian/patches/0005-CVE-2017-15371.patch
@@ -7,11 +7,11 @@ Subject: [PATCH] flac: fix crash on corrupt metadata (CVE-2017-15371)
  src/flac.c | 8 +++++---
  1 file changed, 5 insertions(+), 3 deletions(-)
 
-diff --git a/src/flac.c b/src/flac.c
-index 0d7829ec..07f45c1b 100644
---- a/src/flac.c
-+++ b/src/flac.c
-@@ -119,9 +119,10 @@ static void decoder_metadata_callback(FLAC__StreamDecoder const * const flac, FL
+Index: sox/src/flac.c
+===================================================================
+--- sox.orig/src/flac.c
++++ sox/src/flac.c
+@@ -119,9 +119,10 @@ static void decoder_metadata_callback(FL
      p->total_samples = metadata->data.stream_info.total_samples;
    }
    else if (metadata->type == FLAC__METADATA_TYPE_VORBIS_COMMENT) {
@@ -23,7 +23,7 @@ index 0d7829ec..07f45c1b 100644
        return;
  
      if (ft->oob.comments != NULL) {
-@@ -129,8 +130,9 @@ static void decoder_metadata_callback(FLAC__StreamDecoder const * const flac, FL
+@@ -129,8 +130,9 @@ static void decoder_metadata_callback(FL
        return;
      }
  
@@ -34,3 +34,4 @@ index 0d7829ec..07f45c1b 100644
 +        sox_append_comment(&ft->oob.comments, (char const *) vc->comments[i].entry);
    }
  }
+ 

-- 
sox packaging



More information about the pkg-multimedia-commits mailing list