Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Apr 2011 12:52:46 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/grep fastgrep.c
Message-ID:  <201104071253.p37Cr1WB047676@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gabor       2011-04-07 12:52:46 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/grep         fastgrep.c 
  Log:
  SVN rev 220420 on 2011-04-07 12:52:46Z by gabor
  
  - Replace some strcpy()-family functions with memcpy() ones. It has been
    discussed earlier that the extra safeness is not required in these
    cases and we can avoid the overhead by using the more general
    memory copy functions.
  
  Approved by:    delphij (mentor)
  Obtained from:  The NetBSD Project
  
  Revision  Changes    Path
  1.6       +6 -5      src/usr.bin/grep/fastgrep.c



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