[sudo-commits] sudo changeset 14925:77e8641b7b40

Todd C. Miller Todd.Miller at sudo.ws
Mon Jul 24 17:09:25 MDT 2023


changeset:	14925:77e8641b7b40 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/77e8641b7b40
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