Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2009 08:14:41 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/cmdwatch Makefile ports/sysutils/cmdwatch/files patch-cmdwatch.c
Message-ID:  <200906060814.n568EfCa059730@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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