From d5689c847319be9169e376ff5b0ee9d382baefa1 Mon Sep 17 00:00:00 2001 From: itojun Date: Tue, 12 Dec 2000 08:16:00 +0000 Subject: remove bogus bound-check. need revisit (DoS issue is not re-introduced). sync with kame --- security/racoon/files/patch-sum | 3 ++- security/racoon/patches/patch-ae | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 security/racoon/patches/patch-ae (limited to 'security/racoon') diff --git a/security/racoon/files/patch-sum b/security/racoon/files/patch-sum index ed76743a749..1c1d81c3b97 100644 --- a/security/racoon/files/patch-sum +++ b/security/racoon/files/patch-sum @@ -1,6 +1,7 @@ -$NetBSD: patch-sum,v 1.10 2000/11/06 09:00:47 itojun Exp $ +$NetBSD: patch-sum,v 1.11 2000/12/12 08:16:00 itojun Exp $ MD5 (patch-aa) = d22da496fc39e0bc2c926c6ffbb758e1 MD5 (patch-ab) = 1a2944fbce4cee174eade2cc0726c0ef MD5 (patch-ac) = 40a2125ca09427e050e4d6000c42b2c6 MD5 (patch-ad) = b99c6e6d3745d87bf62ac622c4ee6756 +MD5 (patch-ae) = f1a04ab3f7965c0be352615f18de5175 diff --git a/security/racoon/patches/patch-ae b/security/racoon/patches/patch-ae new file mode 100644 index 00000000000..0422e8e7e73 --- /dev/null +++ b/security/racoon/patches/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.7 2000/12/12 08:16:00 itojun Exp $ + +--- isakmp.c- Tue Dec 12 17:04:48 2000 ++++ isakmp.c Tue Dec 12 17:04:52 2000 +@@ -184,2 +184,3 @@ + ++#if 0 /*MSG_PEEK does not return total length*/ + /* check bogus length */ +@@ -196,2 +197,3 @@ + } ++#endif + -- cgit v1.2.3