[FFmpeg-devel] Patch: libssh on Windows

Lukasz M lukasz.m.luki at gmail.com
Sat Dec 28 19:41:35 CET 2013


On 28 December 2013 18:58, Timothy Gu <timothygu99 at gmail.com> wrote:

> On Dec 28, 2013 11:54 AM, "Lukasz M" <lukasz.m.luki at gmail.com> wrote:
> >
> > On 28 December 2013 17:47, Nicolas George <george at nsup.org> wrote:
> > > Also, I was unable to test the umask issue, because on my system, "SFTP
> > > session creation failed: sftp://cigaes@localhost/tmp/blah.wav: Cannot
> > > allocate memory"; I do not have time to investigate right now but I
> will
> > > get
> > > on it.
> > >
> >
> > Message about memory come from library and it's lame. You probably need
> to
> > provide password too.
>
> Is providing the password the fix for the message? If so, please document
> it somehow because it's likely for users to have this kind of error.
>

I made change in the code so message is clear when authentication fails.

I also tested umask thing and process umask (it is 2 on my ubuntu 13.10) is
applied so it produces 664 from 666 eventually.

This commit can be dropped, but thanks for feedback.


More information about the ffmpeg-devel mailing list