Author: kib
Date: Wed Jun 8 04:49:20 2016
New Revision: 301581
URL: https://svnweb.freebsd.org/changeset/base/301581
Log:
MFC r300691:
Fix issues found by Coverity in the rtld-elf.c:gethints().
Modified:
stable/10/libexec/rtld-elf/rtld.c
Directory Properties:
stable/10/ (props changed)
Author: cy
Date: Wed Jun 8 03:08:37 2016
New Revision: 301577
URL: https://svnweb.freebsd.org/changeset/base/301577
Log:
MFC r301102:
Don't rely on $ntpd_enable to periodically fetch the latest leapfile.
Suggested by: cperciva
Modified:
stable/10/etc/periodic/daily/480.leapfile-ntp
Author: truckman
Date: Wed Jun 8 01:17:22 2016
New Revision: 301571
URL: https://svnweb.freebsd.org/changeset/base/301571
Log:
MFC r301139
The (i < PROMPTLEN - 1) test added by r300442 in the code for the default
case of \c in the prompt format string is a no-op. We already passed
thi
Author: truckman
Date: Tue Jun 7 16:56:15 2016
New Revision: 301557
URL: https://svnweb.freebsd.org/changeset/base/301557
Log:
MFC r300564
Fix CID 1006692 in /usr/sbin/pw pw_log() function and other fixes
The length of the name returned from the $LOGNAME and $USER can be
very long a
Author: truckman
Date: Tue Jun 7 16:53:05 2016
New Revision: 301556
URL: https://svnweb.freebsd.org/changeset/base/301556
Log:
MFC r299921
Add an assertion to catch a potential underflow in an array index
calculation, though this should not happen in the current code.
Reported by:
H David;
On 06/07/16 00:52, David Malone wrote:
Hi Pedro,
The OpenBSD commit message said off_t, but you commit and commit
message says size_t, which won't be bigger than a long on some of
our platforms. Should it have been off_t, or did I misunderstand
something?
You didn't misunderstand an