You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing code does a RTLD scan by default and it relies on the obj_entry struct defined in the latest dynamic linker that has compartmentalisation enabled.
I assume that we need to support the old linker too as well as statically linked processes, need to do a check for this scan.
The text was updated successfully, but these errors were encountered:
Existing code does a RTLD scan by default and it relies on the obj_entry struct defined in the latest dynamic linker that has compartmentalisation enabled.
I assume that we need to support the old linker too as well as statically linked processes, need to do a check for this scan.
The text was updated successfully, but these errors were encountered: