1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-18 15:20:56 +03:00
Viktor Szakats c317e06faa scp: fix missing cast for targets without large file support
E.g. on 32-bit Linux. Issue revealed after adding i386 Linux CI build
in abdf40c741 #1057.

```
/home/runner/work/libssh2/libssh2/src/scp.c: In function 'scp_recv':
/home/runner/work/libssh2/libssh2/src/scp.c:765:23: error: conversion from 'libssh2_int64_t' {aka 'long long int'} to '__off_t' {aka 'long int'} may change value [-Werror=conversion]
  765 |         sb->st_size = session->scpRecv_size;
      |                       ^~~~~~~
```
Ref: https://github.com/libssh2/libssh2/actions/runs/5126803482/jobs/9221746299?pr=1054#step:12:51

Regression from 5db836b2a8 #1002
Closes #1060
2023-05-31 02:05:28 +00:00
2023-05-30 17:24:28 +00:00
2023-05-29 17:07:11 +00:00
2023-05-29 17:07:11 +00:00
2023-05-29 17:07:11 +00:00
2023-05-03 01:09:15 +00:00
2023-05-29 17:07:11 +00:00
2023-05-04 20:16:28 +00:00
2023-05-30 17:24:28 +00:00
2019-08-02 16:38:08 -07:00
2023-05-03 01:09:15 +00:00
2023-05-29 17:07:11 +00:00
2023-05-03 01:35:05 +00:00
2023-05-29 17:07:11 +00:00
2023-03-30 20:59:47 +02:00
2016-02-24 23:44:13 +01:00
2023-05-30 17:24:28 +00:00
2023-05-29 17:07:11 +00:00
2011-04-04 13:31:33 +02:00
2023-04-10 23:03:43 +00:00
2021-09-03 09:17:34 +02:00

libssh2 - SSH2 library

libssh2 is a library implementing the SSH2 protocol, available under the revised BSD license.

Web site

Mailing list

BSD Licensed

Web site source code

Installation instructions:

Description
libssh2 - это библиотека, реализующая протокол SSH2, доступная по пересмотренной лицензии BSD
Readme 15 MiB
Languages
C 85.1%
M4 3.6%
CMake 3.4%
Shell 2.6%
RPGLE 1.8%
Other 3.2%