Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin
Module Name: src
Committed By: mrg
Date: Sat Oct 5 23:35:57 UTC 2019
Modified Files:
src/usr.bin/make: arch.c
src/usr.bin/who: utmpentry.c
Log Message:
use memcpy() for strings that are not C strings.
destinations are already sufficiently sized and nul terminated.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/usr.bin/make/arch.c
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/who/utmpentry.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index