]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix dso_handle_check for PIE executables.
authorjhb <jhb@FreeBSD.org>
Tue, 10 Nov 2020 19:07:30 +0000 (19:07 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 10 Nov 2020 19:07:30 +0000 (19:07 +0000)
commit76737014133fc0f8ec62796c3405e924f885d288
treecf2fbf3cbb3eb93f20d7bf3e467bfda73cc025bb
parent90407353c1dde31edbd12c5ebdc5a93fffe50823
Fix dso_handle_check for PIE executables.

PIE executables use crtbeginS.o and have a non-NULL dso_handle as a
result.

Reviewed by: andrew, emaste
MFC after: 2 weeks
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D27126
lib/csu/tests/fini_test.c