bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 4.2.33 buildcmd.c problem


From: James Youngman
Subject: Re: 4.2.33 buildcmd.c problem
Date: Thu, 13 Mar 2008 16:14:56 +0000

On Thu, Mar 13, 2008 at 12:04 PM, Roger Cornelius <address@hidden> wrote:
> In version 4.2.33 of findutils, at line 436 of buildcmd.c, is this
>  section of code:
>
>   /* Take the size of the environment into account.  */
>   if (size_of_environment > ctl->posix_arg_size_max)
>     {
>       return BC_INIT_ENV_TOO_BIG;
>     }
>   else
>     {
>       ctl->posix_arg_size_max - size_of_environment;
>     }
>
>  Notice the do-nothing statement in the else block.
>  This code is present from v4.2.28 to the present.

I believe that this problem was fixed in findutils-4.3.5, released on 2007-05-05

James.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]