Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2002 17:08:06 -0700 (PDT)
From:      "J. Mallett" <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/xargs xargs.c
Message-ID:  <200205040008.g44086205135@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/05/03 17:08:06 PDT

  Modified files:
    usr.bin/xargs        xargs.c 
  Log:
  Replace calloc(3) with malloc(3), and set the tail of the
  argument list to NULL, to terminate the arguments passed
  to execvp(2).
  
  Thanks to:      bde (for pointing out some missing parens)
  
  And with apologies to Ozzy Osbourne:
  
          On his way to dinner
          It took him by surprise
          When an email from bde
          Said his code was full of lies
  
          Style (indentation)
          And his bracing were all wrong
          He casted to size_t
          When he should have cast to long
  
          I don't mind
  
          Single letter identifiers
          Unwrapped Line
          Over 80 chars
          Far over 80 chars
  
          Who can we get to send diffs
          We need Bruce D. Evans
          Shows you comparason to his
          We need Bruce D. Evans again
  
  Revision  Changes    Path
  1.28      +3 -2      src/usr.bin/xargs/xargs.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205040008.g44086205135>