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

2019-12-02 Thread Timur R. Mustafin
On 29.11.2019 22:44, Claude Bing wrote: 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 "pr

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

2019-11-29 Thread Timur R. Mustafin
Hi. I started dropbear application on our e2k platform in specific "protected mode". Particulary it cheks in runtime for use of uninitialized variables. So it finds such case in file svr-main.c with variable fds in main_noinetd(). Patch is very small: diff -ruN dropbear-2019.78.orig/svr-main