Re: [PATCH] use of uninitialized variable fds in main_noinetd()

2019-11-29 Thread Claude Bing
You may want to see if DROPBEAR_FD_ZERO() is a more appropriate macro to use in this instance (see dbutil.h::93). Regards, Claude Bing On 11/29/19 2:02 PM, Timur R. Mustafin wrote: > Hi. > > I started dropbear application on our e2k platform in specific > "protected m

Fix build issue with svr-chansession.c

2018-12-26 Thread Claude Bing
MAX_AUTH_TRIES 5 #define DROPBEAR_SFTPSERVER 0 --- Build output: svr-chansession.c: In function ‘sessioncommand’: svr-chansession.c:682: error: ‘struct ChanSess’ has no member named ‘original_command’ --- This is fixed with the attached patch, which adds a missing #if...#endif. -- Regards, Claude