Re: [PATCH] httpd should accept trailing slash after PATH_INFO

2023-03-28 Thread Denys Vlasenko
Fixed in git (a bit differently). Thank you. On Tue, Mar 7, 2023 at 8:08 PM Andreas Mahling wrote: > > sorry, it seems I didn't follow the usual path for submitting a patch, > so here I go again: > > I stumbled upon a problem with the CGI-enabled httpd. It seems that > httpd can't handle a CGI

Re: [PATCH] find: implement -ok

2023-03-28 Thread Denys Vlasenko
On Sun, Jan 29, 2023 at 3:14 AM David Leonard wrote: > Resending patch for 'find -ok'. I re-ran bloatcheck (x86_64). findutils/find.c: In function ‘do_exec’: findutils/find.c:837:12: error: ‘rc’ may be used uninitialized in this function [-Werror=maybe-uninitialized] 837 | return rc == 0; /*