mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-09 15:41:10 +03:00
sftpserver: Initialize pointers
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Norbert Pocs <npocs@redhat.com>
This commit is contained in:
@@ -55,8 +55,8 @@ static sftp_client_message
|
||||
sftp_make_client_message(sftp_session sftp, sftp_packet packet)
|
||||
{
|
||||
ssh_session session = sftp->session;
|
||||
sftp_client_message msg;
|
||||
ssh_buffer payload;
|
||||
sftp_client_message msg = NULL;
|
||||
ssh_buffer payload = NULL;
|
||||
int rc;
|
||||
int version;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user