[sudo-commits] sudo changeset 12540:1679ac3124b1

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 3 10:28:24 MDT 2020


changeset:	12540:1679ac3124b1 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/1679ac3124b1
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 03 10:27:27 2020 -0600

Log Message:
	Always use a linker script to hide symbols if it is supported.
	We use this even if the compiler has symbol visibility support so
	we will notice mismatches between the exports file and __dso_public
	annotations in the source code.

diffstat:

 configure    |  126 +++++++++++++++++++++++-----------------------
 configure.ac |  158 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 141 insertions(+), 143 deletions(-)



More information about the sudo-commits mailing list