[sudo-commits] sudo changeset 12838:d6ec5e558a0e

Todd C. Miller Todd.Miller at sudo.ws
Wed Jan 27 08:57:02 MST 2021


changeset:	12838:d6ec5e558a0e in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d6ec5e558a0e
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Jan 26 11:33:06 2021 -0700

Log Message:
	Remove Py_SSIZE2SIZE to quiet cppcheck warnings.
	Tuple size cannot be negative and we already handle the case where
	it is zero.

diffstat:

 plugins/python/pyhelpers.c          |  2 +-
 plugins/python/pyhelpers.h          |  1 -
 plugins/python/python_convmessage.c |  2 +-
 plugins/python/sudo_python_module.c |  3 ++-
 4 files changed, 4 insertions(+), 4 deletions(-)



More information about the sudo-commits mailing list