[sudo-commits] sudo changeset 14416:f172a6d64a34

Todd C. Miller Todd.Miller at sudo.ws
Tue Dec 27 13:26:04 MST 2022


changeset:	14416:f172a6d64a34 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/f172a6d64a34
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Dec 27 13:22:29 2022 -0700

Log Message:
	Check for bound values larger than 255 and reject them.
	This is to prevent the fuzzers from running out of memory.

diffstat:

 lib/util/regex.c                    |  37 ++++++++++++++++++++-----------------
 lib/util/regress/regex/regex_test.c |  11 +++++++++++
 2 files changed, 31 insertions(+), 17 deletions(-)



More information about the sudo-commits mailing list