Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement <unwind-link.h> for dynamically loading the libgcc_s unwinder | Florian Weimer | 2021-03-01 | 1 | -0/+106 |
This will be used to consolidate the libgcc_s access for backtrace and pthread_cancel. Unlike the existing backtrace implementations, it provides some hardening based on pointer mangling. Reviewed-by: Carlos O'Donell <carlos@redhat.com> |