Skip to content
Snippets Groups Projects
Commit ff6e345c authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Re-generate patch

parent 3cc97356
No related branches found
No related tags found
No related merge requests found
Pipeline #5937 passed
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#endif /* USE_SSH */ #endif /* USE_SSH */
--- session/ssh2_rd.c.orig 2023-06-15 04:35:42.000000000 -0400 --- session/ssh2_rd.c.orig 2023-06-15 04:35:42.000000000 -0400
+++ session/ssh2_rd.c 2024-02-22 21:57:48.805525000 -0500 +++ session/ssh2_rd.c 2024-02-24 13:14:20.946739000 -0500
@@ -407,7 +407,6 @@ @@ -407,7 +407,6 @@
const SSH_PROTOSTATE_TYPE protocolState ) const SSH_PROTOSTATE_TYPE protocolState )
{ {
...@@ -41,20 +41,15 @@ ...@@ -41,20 +41,15 @@
expectedType ); expectedType );
if( cryptStatusError( localStatus ) ) if( cryptStatusError( localStatus ) )
status = localStatus; status = localStatus;
@@ -474,11 +473,11 @@ @@ -474,7 +473,7 @@
} }
else else
{ {
- status = readFixedHeader( sessionInfoPtr, headerBuffer, - status = readFixedHeader( sessionInfoPtr, headerBuffer,
- headerByteCount );
+ status = readFixedHeader( sessionInfoPtr, sshInfo->headerBuffer, + status = readFixedHeader( sessionInfoPtr, sshInfo->headerBuffer,
+ headerByteCount ); headerByteCount );
} }
if( cryptStatusError( status ) ) if( cryptStatusError( status ) )
return( status );
/* If we're in the data-processing stage (i.e. it's a post-handshake
data packet read) exception conditions need to be handled specially
@@ -500,8 +499,8 @@ @@ -500,8 +499,8 @@
of the message we decrypt */ of the message we decrypt */
if( isSecureRead ) if( isSecureRead )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment