summaryrefslogtreecommitdiff
path: root/package/openssl/patches/900-CVE-2009-1379.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-1379.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-1379.patch')
-rw-r--r--package/openssl/patches/900-CVE-2009-1379.patch11
1 files changed, 4 insertions, 7 deletions
diff --git a/package/openssl/patches/900-CVE-2009-1379.patch b/package/openssl/patches/900-CVE-2009-1379.patch
index 7067324..b72f116 100644
--- a/package/openssl/patches/900-CVE-2009-1379.patch
+++ b/package/openssl/patches/900-CVE-2009-1379.patch
@@ -1,9 +1,6 @@
-Index: openssl/ssl/d1_both.c
-RCS File: /v/openssl/cvs/openssl/ssl/d1_both.c,v
-rcsdiff -q -kk '-r1.14.2.6' '-r1.14.2.7' -u '/v/openssl/cvs/openssl/ssl/d1_both.c,v' 2>/dev/null
---- d1_both.c 2009/04/22 12:17:02 1.14.2.6
-+++ d1_both.c 2009/05/13 11:51:30 1.14.2.7
-@@ -519,6 +519,7 @@
+--- a/ssl/d1_both.c
++++ b/ssl/d1_both.c
+@@ -519,6 +519,7 @@ dtls1_retrieve_buffered_fragment(SSL *s,
if ( s->d1->handshake_read_seq == frag->msg_header.seq)
{
@@ -11,7 +8,7 @@ rcsdiff -q -kk '-r1.14.2.6' '-r1.14.2.7' -u '/v/openssl/cvs/openssl/ssl/d1_both.
pqueue_pop(s->d1->buffered_messages);
al=dtls1_preprocess_fragment(s,&frag->msg_header,max);
-@@ -536,7 +537,7 @@
+@@ -536,7 +537,7 @@ dtls1_retrieve_buffered_fragment(SSL *s,
if (al==0)
{
*ok = 1;