mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
Limit the size of acceptable compressed packets
This commit is contained in:
@@ -785,7 +785,7 @@ unsigned char *bin_to_base64(const unsigned char *source, int len);
|
||||
|
||||
/* gzip.c */
|
||||
int compress_buffer(SSH_SESSION *session,ssh_buffer buf);
|
||||
int decompress_buffer(SSH_SESSION *session,ssh_buffer buf);
|
||||
int decompress_buffer(SSH_SESSION *session,ssh_buffer buf, size_t maxlen);
|
||||
|
||||
/* wrapper.c */
|
||||
int crypt_set_algorithms(SSH_SESSION *);
|
||||
|
||||
Reference in New Issue
Block a user