[patch #5280] environment size is not subtracted in one case

2006-08-28 Thread Miloslav Trmac
Follow-up Comment #2, patch #5280 (project findutils): The relevant condition is basically if (128K + env_size <= ctl->posix_arg_size_max && 128K + env_size >= ctl->posix_arg_size_min) arg_max = 128K + env_size; ... thus find attempts to use 128K + 2*env_size, which can fail if 128K + 2 *

[patch #5280] environment size is not subtracted in one case

2006-08-06 Thread Miloslav Trmac
URL: Summary: environment size is not subtracted in one case Project: findutils Submitted by: mitr Submitted on: Monday 08/07/2006 at 02:05 Category: xargs bug

[patch #5279] Remove unused code from xargs

2006-08-06 Thread Miloslav Trmac
URL: Summary: Remove unused code from xargs Project: findutils Submitted by: mitr Submitted on: Monday 08/07/2006 at 01:53 Category: xargs enhancement

Re: Status of updatedb

2006-04-25 Thread Miloslav Trmac
Hello, James Youngman napsal(a): > On 4/21/06, Miloslav Trmac <[EMAIL PROTECTED]> wrote: > >> This particular wheel can't be easily used for the findutils car without >> changing the findutils' interface, which I assume isn't desirable: >> - locate(

Re: Status of updatedb

2006-04-20 Thread Miloslav Trmac
Hello, James Youngman napsal(a): > On 4/20/06, Dmitry V. Levin <[EMAIL PROTECTED]> wrote: >> On Sat, Dec 17, 2005 at 11:42:53PM +, James Youngman wrote: >>> One more wheel and we'll have enough for a car :) >> I found one more wheel! :) >> >> Yet another locate implementation is mlocate, see >>

[patch] SELinux support (was Re: [patch] Recent findutils test suite failures)

2006-01-30 Thread Miloslav Trmac
Hi, I'm taking over findutils package maintenance for Red Hat from Tim Waugh, and this remained unresolved so far. An updated patch is attached. > Date: Fri, 25 Nov 2005 08:42:56 + > From: James Youngman <[EMAIL PROTECTED]> > To: Tim Waugh <[EMAIL PROTECTED]> > Cc: bug-findutils@gnu.org > Sub