[sudo-commits] sudo changeset 10425:e462528ff7ea

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


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

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

diffstat:

 plugins/sudoers/iolog.c |  33 +++++++++++++++++++++++----------
 1 files changed, 23 insertions(+), 10 deletions(-)


More information about the sudo-commits mailing list