[sudo-commits] sudo changeset 10938:860682b86af5

Todd C. Miller Todd.Miller at courtesan.com
Thu May 4 12:27:34 MDT 2017


changeset:	10938:860682b86af5 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/860682b86af5
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu May 04 12:25:51 2017 -0600

Log Message:
	In check_input() when switch()ing on the return value of read(),
	use the default label instead of 1 for the success case.  It is
	only reading a single byte so the two are equivalent but it reads
	better using default.

diffstat:

 plugins/sudoers/sudoreplay.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


More information about the sudo-commits mailing list