[sudo-commits] sudo changeset 10384:7c919101b8ec

Todd C. Miller Todd.Miller at courtesan.com
Fri Apr 22 16:37:58 MDT 2016


changeset:	10384:7c919101b8ec in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/7c919101b8ec
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Apr 22 16:36:36 2016 -0600

Log Message:
	Ignore SIGPIPE for the duration of sudo and not just in a few select
	places.  We have no control over what nss, PAM modules or sudo
	plugins might do so ignoring SIGPIPE is safest.

diffstat:

 doc/sudo_plugin.cat       |   4 +++-
 doc/sudo_plugin.man.in    |   6 ++++++
 doc/sudo_plugin.mdoc.in   |   5 +++++
 plugins/sudoers/ldap.c    |   8 --------
 plugins/sudoers/logging.c |   8 --------
 src/signal.c              |   8 ++++++++
 src/sudo.c                |   9 +++++----
 src/tgetpass.c            |  18 ++----------------
 8 files changed, 29 insertions(+), 37 deletions(-)


More information about the sudo-commits mailing list