1
0
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:
Jakub Jelen
2023-06-28 10:14:15 +02:00
parent 9847f3f638
commit ddfc2e08b9

View File

@@ -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;