cvs commit: ports/sysutils/cmdwatch Makefile ports/sysutils/cmdwatch/files patch-cmdwatch.c

Beat Gaetzi beat at FreeBSD.org
Sat Jun 6 08:14:41 UTC 2009


beat        2009-06-06 08:14:41 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/cmdwatch    Makefile 
  Added files:
    sysutils/cmdwatch/files patch-cmdwatch.c 
  Log:
  - Add patch to shuffle around the command line realloc loop to
    avoid a assigning endp to the end of the buffer then realloc()ing
    the buffer to a different location. 'cmdwatch ps ruaxww' failed
    consistently due to this bug.
  - Bump PORTREVISION.
  
  Submitted by:   brian@ (via private mail)
  Approved by:    miwi (mentor, implicit)
  
  Revision  Changes    Path
  1.9       +1 -1      ports/sysutils/cmdwatch/Makefile
  1.1       +20 -0     ports/sysutils/cmdwatch/files/patch-cmdwatch.c (new)


More information about the cvs-all mailing list