From 9eeb53f1f9bcb1c00e5e4b884c6bfbe0ac58b0fe Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 2 Nov 2004 20:55:24 +0000 Subject: [PATCH] - obsolete Changed files: zlib-infsec.patch -> 1.2 --- zlib-infsec.patch | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 zlib-infsec.patch diff --git a/zlib-infsec.patch b/zlib-infsec.patch deleted file mode 100644 index 6f66759..0000000 --- a/zlib-infsec.patch +++ /dev/null @@ -1,26 +0,0 @@ -Security Bugfixes (CAN-2004-0797, OpenPKG-SA-2004.038-zlib): - ---- zlib-1.2.1/infback.c.orig 2003-08-12 01:48:06 +0200 -+++ zlib-1.2.1/infback.c 2004-08-25 12:37:07 +0200 -@@ -434,6 +434,9 @@ - } - } - -+ if (state->mode == BAD) -+ break; -+ - /* build code tables */ - state->next = state->codes; - state->lencode = (code const FAR *)(state->next); ---- zlib-1.2.1/inflate.c.orig 2003-10-26 07:15:36 +0100 -+++ zlib-1.2.1/inflate.c 2004-08-25 12:37:07 +0200 -@@ -861,6 +861,9 @@ - } - } - -+ if (state->mode == BAD) -+ break; -+ - /* build code tables */ - state->next = state->codes; - state->lencode = (code const FAR *)(state->next); -- 2.44.0