Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2008 00:27:35 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.sbin/nscd nscd.c
Message-ID:  <200810230027.m9N0RaBP003696@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2008-10-23 00:27:35 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/nscd        nscd.c 
  Log:
  SVN rev 184187 on 2008-10-23 00:27:35Z by delphij
  
  Since we are going to strlen() on the string, it is supposed to be
  NUL-terminated, so use strlcpy() instead of strncpy() here.
  
  Revision  Changes    Path
  1.7       +1 -1      src/usr.sbin/nscd/nscd.c



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