[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Flag checking the bad way (+patch)
[Thread Prev] | [Thread Next]
- Subject: Re: Flag checking the bad way (+patch)
- From: Brian Kimutai <briantkimutai@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Mon, 3 Aug 2015 10:28:37 +0300
- To: libssh@xxxxxxxxxx
Hello, I have a similar problem, I'm using libssh 0.6.5 and here's a mapping of the constants used with the flag values received by the server O_RDONLY - 0x1 O_APPEND - 0x1 O_WRONLY - 0x3 O_CREAT - 0X11 O_TRUNC - 0X21 I've tried these patches and they don't seem to work :( On Thu, Jul 30, 2015 at 11:49 AM, Andreas Schneider <asn@xxxxxxxxxxxxxx> wrote: > On Wednesday 22 July 2015 15:50:37 Tilo Eckert wrote: > > Hi, > > Hi Tilo, > > > Patches for both are attached. Note that I only checked the SFTP module > > for flags issues. Someone might want to look for other similar places. > > thank you very much for your patches. I've pushed them upstream. > > > -- andreas > > -- > Andreas Schneider GPG-ID: CC014E3D > www.cryptomilk.org asn@xxxxxxxxxxxxxx > > >
Re: Flag checking the bad way (+patch) | Aris Adamantiadis <aris@xxxxxxxxxxxx> |