[sudo-commits] sudo changeset 10019:cf904a9c68f7

Todd C. Miller Todd.Miller at courtesan.com
Tue May 26 14:24:55 MDT 2015


changeset:	10019:cf904a9c68f7 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/cf904a9c68f7
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue May 26 14:05:26 2015 -0600

Log Message:
	Add strndup() for those without it.  As strndup.c uses strnlen(),
	use our own if it is missing.

diffstat:

 MANIFEST              |   1 +
 config.h.in           |   3 +
 configure             |  78 ++++++++++++++++++++++++++++++++++-----------------
 configure.ac          |  12 +++++--
 include/sudo_compat.h |   9 ++++-
 lib/util/Makefile.in  |   4 ++
 lib/util/strndup.c    |  61 +++++++++++++++++++++++++++++++++++++++
 mkdep.pl              |   2 +-
 8 files changed, 137 insertions(+), 33 deletions(-)


More information about the sudo-commits mailing list