summaryrefslogtreecommitdiff
path: root/multimedia/xvidcore/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-06-26 15:31:34 +0000
committertron <tron@pkgsrc.org>2007-06-26 15:31:34 +0000
commit843d1906de197223e1358270df6746a374747117 (patch)
treedf15b4bfe42f3335424566c808fc3e32f1ed7c7d /multimedia/xvidcore/patches
parentfd480ff620b0c395d1bcdfb37881be3dcca5565b (diff)
downloadpkgsrc-843d1906de197223e1358270df6746a374747117.tar.gz
Correct pathname in patch to make it actually apply.
Diffstat (limited to 'multimedia/xvidcore/patches')
-rw-r--r--multimedia/xvidcore/patches/patch-ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/xvidcore/patches/patch-ac b/multimedia/xvidcore/patches/patch-ac
index b5d5d95d4e8..f2053db81a1 100644
--- a/multimedia/xvidcore/patches/patch-ac
+++ b/multimedia/xvidcore/patches/patch-ac
@@ -1,12 +1,12 @@
-$NetBSD: patch-ac,v 1.1 2007/06/26 11:45:17 lkundrak Exp $
+$NetBSD: patch-ac,v 1.2 2007/06/26 15:31:34 tron Exp $
This is believed to fix CVE-2007-3329.
Though there is no more information about the vulnerability apart from function names,
it seems that coeff is the only index that could point out of bounds causing harm
and only these three functions share this code.
---- src/bitstream/mbcoding.c.orig 2007-06-26 13:38:17.000000000 +0200
-+++ src/bitstream/mbcoding.c
+--- ../../src/bitstream/mbcoding.c.orig 2007-06-26 13:38:17.000000000 +0200
++++ ../../src/bitstream/mbcoding.c
@@ -1073,12 +1073,10 @@ get_intra_block(Bitstream * bs,
}
coeff += run;