defuzz patches

This commit is contained in:
Kamil Dudka 2012-09-26 13:25:19 +02:00
parent 529c6ce524
commit 15d584a147
3 changed files with 6 additions and 3 deletions

View File

@ -255,7 +255,7 @@ index 15425b9..b4ec037 100644
&session->remote.crypt_abstract)) {
LIBSSH2_FREE(session, p->payload);
return LIBSSH2_ERROR_DECRYPT;
@@ -846,6 +846,7 @@ int _libssh2_transport_send(LIBSSH2_SESSION *session,
@@ -834,6 +834,7 @@ int _libssh2_transport_send(LIBSSH2_SESSION *session,
for(i = 0; i < packet_length; i += session->local.crypt->blocksize) {
unsigned char *ptr = &p->outbuf[i];
if (session->local.crypt->crypt(session, ptr,

View File

@ -1,6 +1,9 @@
NEWS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--- libssh2/NEWS
+++ libssh2/NEWS
@@ -2886,7 +2886,7 @@
@@ -3284,7 +3284,7 @@ Simon Josefsson (16 Nov 2009)
- support arcfour128 cipher per RFC 4345
Daniel Stenberg (21 Oct 2009)

View File

@ -15,7 +15,7 @@ Group: System Environment/Libraries
License: BSD
URL: http://www.libssh2.org/
Source0: http://libssh2.org/download/libssh2-%{version}.tar.gz
Patch0: libssh2-1.2.9-utf8.patch
Patch0: libssh2-1.4.2-utf8.patch
Patch1: libssh2-1.4.2-fips.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildRequires: openssl-devel