Domagoj Stolfa
Domagoj Stolfa
Update the diff to more closely match the semantics of what we have in the `demo-2024-03` branch. This temporarily works around the fact that this patch doesn't currently include ubiquitous...
Removed an unused argument in `_rtld_unw_setcontext` and `_rtld_unw_setcontext_unsealed`.
Update to cherry-pick a different commit from @dpgao and improve the workaround for `ubiq-c18n` not being in `dev` yet.
> This all looks good to me apart from some minor changes. Let's try to remove the symbol files in `libgcc_s` and see ... Seems like the weak symbols don't...
Fix a conflict with ubiq-c18n
Update to address @dpgao's comments.
After some discussion with @dpgao, a few issues were identified: - Current `_rtld_unw_setcontext` doesn't actually unwind the restricted stack pointers correctly. This needs to be done in the RTLD itself....
Updated the review: - Correctly unwind the trusted frames in rtld - Make the use of otypes in libunwind itself optional under `_LIBUNWIND_SANDBOX_HARDENED` - Clean the code up and separate...
Thanks for the feedback! > Is there a design doc for this? A few things are not clear to me: Not yet, we are still going through the design and...
Update the code to remove the hash table which is no longer necessary.