[sudo-commits] sudo changeset 15293:e16977b54b3b

Todd C. Miller Todd.Miller at sudo.ws
Mon May 6 15:26:45 MDT 2024


changeset:	15293:e16977b54b3b in /raid/repos/sudo
tags:		tip
details:	https://www.sudo.ws/repos/sudo/rev/e16977b54b3b
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon May 06 13:04:00 2024 -0600
files:		plugins/sudoers/lookup.c

Log Message:
	apply_cmndspec: plug potential memory leak

	If apply_cmndspec() is called where the cmndspec defines an apparmor
	profile or Solaris privileges, and then is called again with a
	cmndspec that does not have those set we would leak the original
	value.


diffstat:

 plugins/sudoers/lookup.c |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)



More information about the sudo-commits mailing list