curl/lib/vssh
Daniel Stenberg 083b4ab6e4
libssh2: put the readdir buffers into struct
... instead of separate malloc() calls:

- removes two mallocs (and associated error handling paths)
- makes cleanup easier

Also reduce maximum SFTP file path lengths to 1024 bytes universally
everywhere. Using the system's own MAX_PATH did not make sense since
this is mostly about getting a remote file name.

Closes #15285
2024-10-16 11:55:47 +02:00
..
.checksrc lib: enable strerror and strncpy checksrc warnings in subdirs 2024-09-09 16:51:21 +02:00
curl_path.c libssh2: put the readdir buffers into struct 2024-10-16 11:55:47 +02:00
curl_path.h libssh2: put the readdir buffers into struct 2024-10-16 11:55:47 +02:00
libssh2.c libssh2: put the readdir buffers into struct 2024-10-16 11:55:47 +02:00
libssh.c lib: use bool/TRUE/FALSE properly 2024-10-03 09:31:56 +02:00
ssh.h libssh2: put the readdir buffers into struct 2024-10-16 11:55:47 +02:00
wolfssh.c lib: use bool/TRUE/FALSE properly 2024-10-03 09:31:56 +02:00