summaryrefslogtreecommitdiff
path: root/archivers/gzip-base/patches/patch-ad
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-09-23 13:52:17 +0000
committeradrianp <adrianp@pkgsrc.org>2006-09-23 13:52:17 +0000
commit91f912f31e74c5e55655936da0ba4109709e7c32 (patch)
tree6080fca01ece1e894cff3c14df73a2e73f06ec51 /archivers/gzip-base/patches/patch-ad
parent8667073892c46a9c56adb4adf84f0f651c59f626 (diff)
downloadpkgsrc-91f912f31e74c5e55655936da0ba4109709e7c32.tar.gz
Fixes (via RedHat) for: CVE-2006-4334, CVE-2006-4335, CVE-2006-4336,
CVE-2006-4337 and CVE-2006-4338 Bump to nb2
Diffstat (limited to 'archivers/gzip-base/patches/patch-ad')
-rw-r--r--archivers/gzip-base/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/gzip-base/patches/patch-ad b/archivers/gzip-base/patches/patch-ad
new file mode 100644
index 00000000000..b93ba61758e
--- /dev/null
+++ b/archivers/gzip-base/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2006/09/23 13:52:17 adrianp Exp $
+
+--- inflate.c.orig 1993-08-13 10:50:00.000000000 +0100
++++ inflate.c
+@@ -316,7 +316,7 @@ int *m; /* maximum looku
+ {
+ *t = (struct huft *)NULL;
+ *m = 0;
+- return 0;
++ return 2;
+ }
+
+