Re: [PATCH] unzip: -d should create the dir

2020-04-17 Thread Johannes Schindelin
Hi, On Wed, 15 Apr 2020, Lauri Kasanen wrote: > The official Info-Zip unzip creates the dir if it doesn't exist. This bit me recently, too. However, > Signed-off-by: Lauri Kasanen > --- > archival/unzip.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git

zcat is broken when any seamless compression option but gz is set

2020-04-17 Thread Thomas De Schampheleire
Hello, When setting no seamless compression option (ENABLE_FEATURE_SEAMLESS_) at all, then zcat works fine. When enabling at least one such option, e.g. ENABLE_FEATURE_SEAMLESS_XZ, but not ENABLE_FEATURE_SEAMLESS_GZ, then zcat is suddenly broken with following output: $ ./busybox zcat

Re: AW: [PATCH 4/7] udhcpc: Store hardware address length and type

2020-04-17 Thread Daniel M. Weeks
On 4/17/20 3:23 AM, Walter Harms wrote: > hi Daniel, > nice,work. I was just looking at the change an this caught my attention: > > would it be possible just to use *client_config instead of sending the > all the elements individually ? IMHO that would reduce the stress for the > stack > and

AW: [PATCH 4/7] udhcpc: Store hardware address length and type

2020-04-17 Thread Walter Harms
hi Daniel, nice,work. I was just looking at the change an this caught my attention: would it be possible just to use *client_config instead of sending the all the elements individually ? IMHO that would reduce the stress for the stack and improve readability. if