Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
ff6e345c
Commit
ff6e345c
authored
1 year ago
by
Deucе
Browse files
Options
Downloads
Patches
Plain Diff
Re-generate patch
parent
3cc97356
No related branches found
No related tags found
No related merge requests found
Pipeline
#5937
passed
1 year ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
3rdp/build/cl-fix-ssh-header-read.patch
+3
-8
3 additions, 8 deletions
3rdp/build/cl-fix-ssh-header-read.patch
with
3 additions
and
8 deletions
3rdp/build/cl-fix-ssh-header-read.patch
+
3
−
8
View file @
ff6e345c
...
...
@@ -16,7 +16,7 @@
#endif /* USE_SSH */
--- session/ssh2_rd.c.orig 2023-06-15 04:35:42.000000000 -0400
+++ session/ssh2_rd.c 2024-02-2
2 21:57:48.805525
000 -0500
+++ session/ssh2_rd.c 2024-02-2
4 13:14:20.946739
000 -0500
@@ -407,7 +407,6 @@
const SSH_PROTOSTATE_TYPE protocolState )
{
...
...
@@ -41,20 +41,15 @@
expectedType );
if( cryptStatusError( localStatus ) )
status = localStatus;
@@ -474,
11
+473,
11
@@
@@ -474,
7
+473,
7
@@
}
else
{
- status = readFixedHeader( sessionInfoPtr, headerBuffer,
- headerByteCount );
+ status = readFixedHeader( sessionInfoPtr, sshInfo->headerBuffer,
+
headerByteCount );
headerByteCount );
}
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 @@
of the message we decrypt */
if( isSecureRead )
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment