[sudo-commits] sudo changeset 13937:898626f1cdf6

Todd C. Miller Todd.Miller at sudo.ws
Mon May 9 11:08:09 MDT 2022


changeset:	13937:898626f1cdf6 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/898626f1cdf6
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon May 09 11:03:30 2022 -0600

Log Message:
	It is now safe to make WORDALIGN use compat (not native) aligment.
	We allocate space for an extra pointer between argv and the string
	table for compat binaries so there is no need to align address to
	sizeof(long).

diffstat:

 src/exec_ptrace.c |  7 +++----
 src/exec_ptrace.h |  5 +++--
 2 files changed, 6 insertions(+), 6 deletions(-)



More information about the sudo-commits mailing list