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

2019-12-02 Thread Timur R. Mustafin
Thanks, Claude. That workaround macro also works. diff -ruN dropbear-2019.78.orig/svr-main.c dropbear-2019.78/svr-main.c --- dropbear-2019.78.orig/svr-main.c2019-03-27 17:15:23.0 +0300 +++ dropbear-2019.78/svr-main.c 2019-11-13 19:40:36.688398257 +0300 @@ -143,7 +143,9 @@ {

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 mode". Particulary it