Jan Ekström
26892c7615
lavf/libssh: translate a read of 0 to EOF
...
Yet another case of forgotten 0 =! EOF translation.
While the documentation for this specific synchronous read
function does not mention it, the documentation for
`sftp_async_read` documents it, as well as looking at the
implementation of this function leads one to find
`if (handle->eof) { return 0; }`.
Reported by stnutt on IRC.
2018-05-28 20:33:50 +03:00
..
2018-04-02 03:26:22 +01:00
2018-04-12 02:54:14 +02:00
2018-05-25 20:06:34 +02:00
2018-04-06 00:21:22 +02:00
2018-05-18 19:00:29 -07:00
2018-05-06 15:07:28 +08:00
2018-04-12 16:04:58 +08:00
2018-05-22 21:05:45 +02:00
2018-05-06 18:51:33 +03:00
2018-04-02 20:41:53 +02:00
2018-05-24 11:49:04 +08:00
2018-05-28 10:52:07 +05:30
2018-04-22 13:14:26 +02:00
2018-05-17 12:03:22 -07:00
2018-04-16 13:46:10 -03:00
2018-05-06 15:07:28 +08:00
2018-05-16 10:19:34 -07:00
2018-05-24 11:55:58 +08:00
2018-04-12 16:04:58 +08:00
2018-04-26 19:50:29 +02:00
2018-05-25 20:06:34 +02:00
2018-04-12 16:04:58 +08:00
2018-04-21 00:45:31 +02:00
2018-05-28 20:33:50 +03:00
2018-04-30 20:39:56 +02:00
2018-05-25 20:06:34 +02:00
2018-04-06 21:14:50 -03:00
2018-05-04 14:16:38 +02:00
2018-05-22 21:05:45 +02:00
2018-04-17 20:11:34 +01:00
2018-04-17 20:11:34 +01:00
2018-05-20 13:17:36 +02:00
2018-04-04 00:15:39 -03:00
2018-04-01 21:08:16 +02:00
2018-05-21 12:16:06 -07:00
2018-05-12 11:48:39 -07:00
2018-05-27 19:55:09 +02:00
2018-05-27 21:38:33 +02:00
2018-05-10 19:02:53 +08:00
2018-05-05 21:35:31 +02:00
2018-05-17 11:33:01 -07:00
2018-04-23 13:39:29 +02:00
2018-04-30 21:50:12 +02:00
2018-04-02 22:44:26 +02:00
2018-04-26 13:45:20 +02:00
2018-05-21 19:43:04 -03:00
2018-05-21 19:43:04 -03:00
2018-04-22 00:32:49 -03:00
2018-05-08 13:29:15 +05:30
2018-04-11 11:37:05 +02:00
2018-04-19 03:15:32 +02:00
2018-05-21 19:43:04 -03:00
2018-04-19 13:26:53 +02:00
2018-04-04 00:15:38 -03:00
2018-05-18 19:00:29 -07:00
2018-05-04 17:56:35 +02:00
2018-05-25 20:06:34 +02:00
2018-04-26 14:23:08 +05:30
2018-04-26 14:23:08 +05:30
2018-05-15 22:18:58 +02:00
2018-05-03 14:15:07 +02:00