[sudo-commits] sudo changeset 13561:9378e3856a60

Todd C. Miller Todd.Miller at sudo.ws
Tue Oct 5 08:42:15 MDT 2021


changeset:	13561:9378e3856a60 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/9378e3856a60
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Oct 05 08:40:00 2021 -0600

Log Message:
	Enable address and undefined behavior sanitizers in CI builds.
	We need to disable leak sanitizer during "make check" because it
	uses ptrace which is not allowed for unprivileged containers.

diffstat:

 .circleci/config.yml             |   5 ++++-
 docker/README                    |  11 +++++++++++
 docker/fedora/latest/Dockerfile  |   6 +++---
 docker/fedora/rawhide/Dockerfile |   6 +++---
 4 files changed, 21 insertions(+), 7 deletions(-)



More information about the sudo-commits mailing list