[sudo-commits] sudo changeset 13799:83b1cac11c79

Todd C. Miller Todd.Miller at sudo.ws
Sat Feb 12 09:34:36 MST 2022


changeset:	13799:83b1cac11c79 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/83b1cac11c79
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Feb 12 09:33:02 2022 -0700

Log Message:
	Limit regular expressions to 1024 characters each.
	Avoids a problem with the fuzzer creating large regular expressions
	that blow up the glibc regcomp().

diffstat:

 docs/sudo_logsrvd.conf.man.in  |  3 ++-
 docs/sudo_logsrvd.conf.mdoc.in |  3 ++-
 docs/sudoers.man.in            |  6 +++++-
 docs/sudoers.mdoc.in           |  6 +++++-
 lib/util/regex.c               |  6 ++++++
 po/sudo.pot                    |  8 ++++++--
 6 files changed, 26 insertions(+), 6 deletions(-)



More information about the sudo-commits mailing list