Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.

cmake: Add missing -Wl,-znow flag to callgates .so - #624

Merged
ayrtonm merged 1 commit into
mainfrom
am/missing_flag
Aug 12, 2025
Merged

cmake: Add missing -Wl,-znow flag to callgates .so#624
ayrtonm merged 1 commit into
mainfrom
am/missing_flag

Conversation

@ayrtonm

@ayrtonm ayrtonm commented Aug 11, 2025

Copy link
Copy Markdown
Contributor

This triggered sporadic issues with the three_keys_minimal test because the process needed to resolve a symbol for lib 2 while compartment permissions were enabled and sometimes accessed data belonging to the main binary. This change ensures that symbols are resolved when lib 2 is dlopen'ed at the beginning as intended. Originally part of PR #589.

This triggered an issue with the three_keys_minimal test because the process
needed to resolve a symbol for lib 2 and accessed data belonging to the main
binary. This change ensures that symbols are resolved when lib 2 is dlopen'ed at
the beginning as intended
@ayrtonm
ayrtonm merged commit 2aea662 into main Aug 12, 2025
69 of 70 checks passed
@ayrtonm
ayrtonm deleted the am/missing_flag branch August 12, 2025 00:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant