FreeBSD_HEAD_i386 - Build #1085 - Fixed

From: <jenkins-admin_at_FreeBSD.org>
Date: Fri, 11 Sep 2015 08:27:31 +0000 (GMT)
FreeBSD_HEAD_i386 - Build #1085 - Fixed:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1085/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1085/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1085/console

Change summaries:

287650 by delphij:
Use strlcpy() in favor of strncpy() as it's defined to have a nul character
at the end of string buffer, and the code context do expects this to behave
correctly (e.g. strchr).

Note that we do not believe there is real-world impact for gstat(8)'s usage
because the strings are length checked, and the on-stack buffer belongs to
main() and we can expect to have zeros in them.

MFC after:	2 weeks
Received on Fri Sep 11 2015 - 06:27:35 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:59 UTC