[sudo-commits] sudo changeset 10424:c0c0e2662883

Todd C. Miller Todd.Miller at courtesan.com
Fri May 6 16:44:17 MDT 2016


changeset:	10424:c0c0e2662883 in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/c0c0e2662883
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri May 06 16:37:20 2016 -0600

Log Message:
	In ts_mkdirs(), change the order from stat then mkdir, to mkdir then stat.
	This more closely matches what "mkdir -p" does.
	Coverity CID 104119.

diffstat:

 plugins/sudoers/timestamp.c |  29 ++++++++++++++++++-----------
 1 files changed, 18 insertions(+), 11 deletions(-)


More information about the sudo-commits mailing list