]> git.ipfire.org Git - thirdparty/curl.git/commit
libssh2: use the filename buffer when getting the homedir
authorDaniel Stenberg <daniel@haxx.se>
Tue, 15 Oct 2024 22:17:24 +0000 (00:17 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 16 Oct 2024 09:55:52 +0000 (11:55 +0200)
commitfacf59c30e9a6a10c4f2acb26b62f944919deffe
tree329fdf6e0e1beff7c225ff2aa52b9728c211b81a
parent083b4ab6e46e157d209764a60e60913426aae7b7
libssh2: use the filename buffer when getting the homedir

Avoids having to use a big stack buffer for this.

Closes #15285
lib/vssh/libssh2.c