aboutsummaryrefslogtreecommitdiffstats
path: root/package/openssl/patches/900-CVE-2009-1378.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-01-28 19:27:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-01-28 19:27:53 +0000
commit455fa3cfe01127ddb9e71d8779fffd007fe5f4cf (patch)
treecaf7bdab6ea82279a7ce6259d82433bc673a0dbc /package/openssl/patches/900-CVE-2009-1378.patch
parent6796f8ddbb5020d0da70f90b9d21f810118c297b (diff)
downloadmaster-187ad058-455fa3cfe01127ddb9e71d8779fffd007fe5f4cf.tar.gz
master-187ad058-455fa3cfe01127ddb9e71d8779fffd007fe5f4cf.tar.bz2
master-187ad058-455fa3cfe01127ddb9e71d8779fffd007fe5f4cf.zip
openssl: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19368 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl/patches/900-CVE-2009-1378.patch')
-rw-r--r--package/openssl/patches/900-CVE-2009-1378.patch6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/openssl/patches/900-CVE-2009-1378.patch b/package/openssl/patches/900-CVE-2009-1378.patch
index 50f51cd859..514d444807 100644
--- a/package/openssl/patches/900-CVE-2009-1378.patch
+++ b/package/openssl/patches/900-CVE-2009-1378.patch
@@ -1,9 +1,7 @@
http://rt.openssl.org/Ticket/Display.html?id=1931&user=guest&pass=guest
-Index: openssl/ssl/d1_both.c
-===================================================================
---- d1_both.c.orig
-+++ d1_both.c
+--- a/ssl/d1_both.c
++++ b/ssl/d1_both.c
@@ -561,7 +561,16 @@ dtls1_process_out_of_seq_message(SSL *s,
if ((msg_hdr->frag_off+frag_len) > msg_hdr->msg_len)
goto err;