diff options
author | itojun <itojun> | 2000-12-12 08:16:00 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-12-12 08:16:00 +0000 |
commit | affe3adc35cded4c0fb241e4c7c16569451add2e (patch) | |
tree | 91f9e48eae4f815efc78c20a0d1f6358e8530d57 /security | |
parent | 758d82e83ff348a6d0ac94a4696c8b9b9e0cdbb5 (diff) | |
download | pkgsrc-affe3adc35cded4c0fb241e4c7c16569451add2e.tar.gz |
remove bogus bound-check. need revisit (DoS issue is not re-introduced).
sync with kame
Diffstat (limited to 'security')
-rw-r--r-- | security/racoon/files/patch-sum | 3 | ||||
-rw-r--r-- | security/racoon/patches/patch-ae | 12 |
2 files changed, 14 insertions, 1 deletions
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 + |