[sudo-commits] sudo changeset 13767:db423326311f

Todd C. Miller Todd.Miller at sudo.ws
Tue Feb 1 13:27:10 MST 2022


changeset:	13767:db423326311f in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/db423326311f
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Feb 01 13:12:19 2022 -0700

Log Message:
	Work around a glibc regcomp() bug with repeated '+' operators.
	Glibc regcomp() has a bug where it uses excessive memory for repeated
	'+' ops.  Collapse them to avoid running the fuzzer out of memory.

diffstat:

 MANIFEST                                                |    1 +
 lib/iolog/iolog_filter.c                                |   49 ++-
 logsrvd/regress/corpus/seed/logsrvd_conf/logsrvd.conf.7 |  255 ++++++++++++++++
 3 files changed, 303 insertions(+), 2 deletions(-)



More information about the sudo-commits mailing list