diff options
author | Michael Mason <ms13sp@gmail.com> | 2010-03-17 17:43:41 +0000 |
---|---|---|
committer | Michael Mason <ms13sp@gmail.com> | 2010-03-17 17:43:41 +0000 |
commit | 4b23d4dfa33b09440ffbdfccbd46571649ccecaa (patch) | |
tree | 02c3b507f3e038c1e191fa97d59562b468e64b65 /main/openssl/openssl-0.9.8l-CVE-2009-1379.patch | |
parent | e59a787cc0775b8f7f97d492674a257baef45f6d (diff) | |
parent | 192b8fad759488bbe2fea1b43acda638eb6ebe85 (diff) | |
download | aports-4b23d4dfa33b09440ffbdfccbd46571649ccecaa.tar.bz2 aports-4b23d4dfa33b09440ffbdfccbd46571649ccecaa.tar.xz |
Merge branch 'master' of git://git.alpinelinux.org/aports
Diffstat (limited to 'main/openssl/openssl-0.9.8l-CVE-2009-1379.patch')
-rw-r--r-- | main/openssl/openssl-0.9.8l-CVE-2009-1379.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/main/openssl/openssl-0.9.8l-CVE-2009-1379.patch b/main/openssl/openssl-0.9.8l-CVE-2009-1379.patch deleted file mode 100644 index b70772c97..000000000 --- a/main/openssl/openssl-0.9.8l-CVE-2009-1379.patch +++ /dev/null @@ -1,22 +0,0 @@ -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 ---- a/ssl/d1_both.c 2009/04/22 12:17:02 1.14.2.6 -+++ b/ssl/d1_both.c 2009/05/13 11:51:30 1.14.2.7 -@@ -519,6 +519,7 @@ - - if ( s->d1->handshake_read_seq == frag->msg_header.seq) - { -+ unsigned long frag_len = frag->msg_header.frag_len; - pqueue_pop(s->d1->buffered_messages); - - al=dtls1_preprocess_fragment(s,&frag->msg_header,max); -@@ -536,7 +537,7 @@ - if (al==0) - { - *ok = 1; -- return frag->msg_header.frag_len; -+ return frag_len; - } - - ssl3_send_alert(s,SSL3_AL_FATAL,al); |