cvs commit: ports/sysutils/heirloom Makefile ports/sysutils/heirloom/files patch-build::mk.config patch-ps::ps.c

Cy Schubert cy at FreeBSD.org
Fri Mar 6 15:18:42 PST 2009


cy          2009-03-06 23:18:41 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/heirloom    Makefile 
    sysutils/heirloom/files patch-build::mk.config patch-ps::ps.c 
  Log:
  Fix a SIGSEGV in ps/ps.c when ps is setuid root or when run by root.
  kvm_t kv was not set to zero and therefore kvm_open(3) was not called.
  
  Fix another SIGSEGV in ps caused by the -O compile flag) when the -ef
  flags are passed to ps.
  
  Approved by:    gahr (maintainer)
  
  Revision  Changes    Path
  1.15      +1 -1      ports/sysutils/heirloom/Makefile
  1.4       +11 -2     ports/sysutils/heirloom/files/patch-build::mk.config
  1.2       +26 -2     ports/sysutils/heirloom/files/patch-ps::ps.c


More information about the cvs-all mailing list