libvorbis: update to 1.3.6
[feed/packages.git] / libs / libvorbis / patches / 100-CVE-2017-14632-CVE-2017-14633.patch
diff --git a/libs/libvorbis/patches/100-CVE-2017-14632-CVE-2017-14633.patch b/libs/libvorbis/patches/100-CVE-2017-14632-CVE-2017-14633.patch
deleted file mode 100644 (file)
index 84601ff..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/lib/info.c
-+++ b/lib/info.c
-@@ -583,7 +583,8 @@ int vorbis_analysis_headerout(vorbis_dsp
-   oggpack_buffer opb;
-   private_state *b=v->backend_state;
--  if(!b||vi->channels<=0){
-+  if(!b||vi->channels<=0||vi->channels>255){
-+    b = NULL;
-     ret=OV_EFAULT;
-     goto err_out;
-   }