[sudo-commits] sudo changeset 13935:219a1a07fc2e

Todd C. Miller Todd.Miller at sudo.ws
Sat May 7 19:01:06 MDT 2022


changeset:	13935:219a1a07fc2e in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/219a1a07fc2e
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat May 07 18:42:32 2022 -0600

Log Message:
	We don't need to align strings in the string table.
	We align the start of the string table to a word boundary to help
	prevent overlap when writing the pointers.  However, the actual
	strings themselves don't need to be aligned.

diffstat:

 src/exec_ptrace.c |  37 +++++++++++++++++++------------------
 1 files changed, 19 insertions(+), 18 deletions(-)



More information about the sudo-commits mailing list