Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 May 2004 16:40:31 -0700 (PDT)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/syslogd syslogd.c
Message-ID:  <200405292340.i4TNeVcb052650@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dwmalone    2004/05/29 16:40:31 PDT

  FreeBSD src repository

  Modified files:
    usr.sbin/syslogd     syslogd.c 
  Log:
  Some string fixes.
  1) Use strncpy on strings out of utmp.
  2) Avoid running off the start of one string while removing white space.
     (I've used slightly different code to OpenBSD here.)
  3) Ignore trailing spaces in the priority.
  
  PR:             67139
  Submitted by:   Xin LI <delphij@FreeBSD.org.cn>
  Obtained from:  OpenBSD
  
  Revision  Changes    Path
  1.125     +9 -4      src/usr.sbin/syslogd/syslogd.c



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