bug-findutils
[Top][All Lists]
Advanced

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

4.2.33 buildcmd.c problem


From: Roger Cornelius
Subject: 4.2.33 buildcmd.c problem
Date: Thu, 13 Mar 2008 08:04:21 -0400
User-agent: Mutt/1.5.17 (2007-11-01)

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.
-- 
Roger Cornelius        address@hidden




reply via email to

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