]> git.ipfire.org Git - thirdparty/curl.git/commit
libssh/libssh2: return error on too big range
authorDaniel Stenberg <daniel@haxx.se>
Sat, 24 Feb 2024 21:38:22 +0000 (22:38 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 25 Feb 2024 21:40:39 +0000 (22:40 +0100)
commitf47487c219978cd9d9db34f7b1669e5e44051af1
tree83453236ae5ab0be049b1cde10652a824fcbdae4
parent7448054c38c547af171cb1a8df4c5c08b9d86ae5
libssh/libssh2: return error on too big range

If trying to get the range 0 - 2^63 and the remote file is 2^63 bytes or
larger.

Fixes #12983
Closes #12984
lib/vssh/libssh.c
lib/vssh/libssh2.c