summaryrefslogtreecommitdiff
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
commit0f34d887179e91550216ff89cd0cae2383026c32 (patch)
treec202b8fcbda386aa464ccc2ef21e1f61affe2c35 /package/openssl/patches/900-CVE-2009-1378.patch
parentb88fc11e2a4f4f98da001f714186d4ddff1389d9 (diff)
downloadmtk-20170518-0f34d887179e91550216ff89cd0cae2383026c32.zip
mtk-20170518-0f34d887179e91550216ff89cd0cae2383026c32.tar.gz
mtk-20170518-0f34d887179e91550216ff89cd0cae2383026c32.tar.bz2
openssl: refresh patches
SVN-Revision: 19368
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 50f51cd..514d444 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;