treewide: Run refresh on all packages
[feed/packages.git] / libs / libmad / patches / 102-CVE-2017-8373-CVE-2017-8372-md-size.patch
index 657b5ffdb971e23608d44db0013cd360aba99d9e..bedc86552dfad8b12e90d6aa0ba3cebb6cc4f2e8 100644 (file)
@@ -26,11 +26,9 @@ stream->md_len bytes. If stream->md_len is larger than the data we
 need from the previous frame (si.main_data_begin) it still wouldn't fit
 in the buffer, so just keep the data that we need.
 
-Index: libmad-0.15.1b/layer3.c
-===================================================================
---- libmad-0.15.1b.orig/layer3.c
-+++ libmad-0.15.1b/layer3.c
-@@ -2608,6 +2608,11 @@ int mad_layer_III(struct mad_stream *str
+--- a/layer3.c
++++ b/layer3.c
+@@ -2688,6 +2688,11 @@ int mad_layer_III(struct mad_stream *str
      next_md_begin = 0;
  
    md_len = si.main_data_begin + frame_space - next_md_begin;
@@ -42,7 +40,7 @@ Index: libmad-0.15.1b/layer3.c
  
    frame_used = 0;
  
-@@ -2625,8 +2630,11 @@ int mad_layer_III(struct mad_stream *str
+@@ -2705,8 +2710,11 @@ int mad_layer_III(struct mad_stream *str
        }
      }
      else {