[sudo-commits] sudo changeset 14914:89fb0311367c

Todd C. Miller Todd.Miller at sudo.ws
Fri Jul 21 15:12:00 MDT 2023


changeset:	14914:89fb0311367c in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/89fb0311367c
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Jul 21 12:20:18 2023 -0600

Log Message:
	Work around a crash with Python 3.12.

	In sudo_module_set_default_loghandler() if we don't leak the reference
	to py_loghandler we get a crash in Py_EndInterpreter() with Python
	3.12.  This probably indicates a reference counting bug elsewhere.

diffstat:

 plugins/python/python_loghandler.c |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)



More information about the sudo-commits mailing list