summaryrefslogtreecommitdiff
path: root/audio/libvorbis/patches/patch-CVE-2012-0444
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libvorbis/patches/patch-CVE-2012-0444')
-rw-r--r--audio/libvorbis/patches/patch-CVE-2012-044414
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/libvorbis/patches/patch-CVE-2012-0444 b/audio/libvorbis/patches/patch-CVE-2012-0444
deleted file mode 100644
index 82653ff2f6b..00000000000
--- a/audio/libvorbis/patches/patch-CVE-2012-0444
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-CVE-2012-0444,v 1.1 2012/02/17 12:23:24 drochner Exp $
-
-changeset #18151
-
---- lib/floor1.c.orig 2010-10-23 04:31:21.000000000 +0000
-+++ lib/floor1.c
-@@ -167,6 +167,7 @@ static vorbis_info_floor *floor1_unpack
-
- for(j=0,k=0;j<info->partitions;j++){
- count+=info->class_dim[info->partitionclass[j]];
-+ if(count>VIF_POSIT) goto err_out;
- for(;k<count;k++){
- int t=info->postlist[k+2]=oggpack_read(opb,rangebits);
- if(t<0 || t>=(1<<rangebits))