Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2001 22:03:18 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make arch.c main.c
Message-ID:  <200103010603.f2163IM00616@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2001/02/28 22:03:18 PST

  Modified files:
    usr.bin/make         arch.c main.c 
  Log:
  MAXPATHLEN includes the trailing NUL.
  
  Correct array sizes to reflect this.
  Correct NUL termination after strncpy.
  
  # Didn't to strncpy -> strlcpy change.
  
  Revision  Changes    Path
  1.21      +3 -3      src/usr.bin/make/arch.c
  1.47      +5 -5      src/usr.bin/make/main.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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