summaryrefslogtreecommitdiff
path: root/audio/libvorbis/patches
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libvorbis/patches')
-rw-r--r--audio/libvorbis/patches/patch-aa14
-rw-r--r--audio/libvorbis/patches/patch-ab15
2 files changed, 0 insertions, 29 deletions
diff --git a/audio/libvorbis/patches/patch-aa b/audio/libvorbis/patches/patch-aa
deleted file mode 100644
index c682deec856..00000000000
--- a/audio/libvorbis/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2009/12/02 12:41:25 wiz Exp $
-
-SVN r16957
-
---- lib/codebook.c.orig 2009-07-09 09:12:08.000000000 +0000
-+++ lib/codebook.c
-@@ -198,6 +198,7 @@ int vorbis_staticbook_unpack(oggpack_buf
- for(i=0;i<s->entries;){
- long num=oggpack_read(opb,_ilog(s->entries-i));
- if(num==-1)goto _eofout;
-+ if(length>32)goto _errout;
- for(j=0;j<num && i<s->entries;j++,i++)
- s->lengthlist[i]=length;
- length++;
diff --git a/audio/libvorbis/patches/patch-ab b/audio/libvorbis/patches/patch-ab
deleted file mode 100644
index 72b21043a18..00000000000
--- a/audio/libvorbis/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2009/12/02 12:41:25 wiz Exp $
-
-SVN 16326.
-
---- lib/backends.h.orig 2009-07-09 09:12:08.000000000 +0000
-+++ lib/backends.h
-@@ -111,7 +111,7 @@ typedef struct vorbis_info_residue0{
- int partitions; /* possible codebooks for a partition */
- int groupbook; /* huffbook for partitioning */
- int secondstages[64]; /* expanded out to pointers in lookup */
-- int booklist[256]; /* list of second stage books */
-+ int booklist[512]; /* list of second stage books */
-
- const float classmetric1[64];
- const float classmetric2[64];