[sudo-commits] sudo changeset 8666:84dfcb73ebd7

Todd C. Miller Todd.Miller at courtesan.com
Thu Feb 21 07:05:44 EST 2013


changeset:	8666:84dfcb73ebd7 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/84dfcb73ebd7
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Feb 21 07:01:53 2013 -0500

Log Message:
	Avoid calling realloc3() with a zero size parameter when all retrieved
	sssd rules fail.  Otherwise we'll get a run-time error due to
	malloc(0) checking.

diffstat:

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


More information about the sudo-commits mailing list