[sudo-commits] sudo changeset 12884:a1e61a4a7aad

Todd C. Miller Todd.Miller at sudo.ws
Wed Feb 3 13:01:32 MST 2021


changeset:	12884:a1e61a4a7aad in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a1e61a4a7aad
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Feb 03 12:57:04 2021 -0700

Log Message:
	Push lexer leak tracking down into check_fill.c.
	This lets us track things correctly when buffers are realloc()d.
	Rewrote fill() and append() to be more readable.

diffstat:

 plugins/sudoers/regress/parser/check_fill.c |   14 ++
 plugins/sudoers/toke.c                      |  188 ++++++++++++---------------
 plugins/sudoers/toke.h                      |    4 +-
 plugins/sudoers/toke.l                      |   26 +---
 plugins/sudoers/toke_util.c                 |   83 ++++++++---
 5 files changed, 161 insertions(+), 154 deletions(-)



More information about the sudo-commits mailing list