]> git.ipfire.org Git - thirdparty/curl.git/commit
libssh2: avoid risking using an uninitialized local struct field
authorDaniel Stenberg <daniel@haxx.se>
Mon, 13 Oct 2025 07:40:38 +0000 (09:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Oct 2025 10:29:13 +0000 (12:29 +0200)
commitf1828b54047dba804d04e4c0ebd402c6e9a11533
tree9239a93e10f2bed8c874dc08eabf9c47cf4b0ba4
parent6d0fcdf2ed9942ad92665c2b96ab431c8829b53d
libssh2: avoid risking using an uninitialized local struct field

Reported-by: Joshua Rogers
Closes #19043
lib/vssh/libssh2.c