Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PAuthABI] Clarify overriding default ELF marking scheme.
The default PAuth vendor and version for ELF files with no ELF marking is (0,0) which is incompatible with everything. This is the safest default as there is no information about what, if any, signing schema is used by that ELF file. Implementations can change this default in the presence of supplemental information, such as a linker command line option. For example there could be the equivalent of the -z force-bti which declares that all ELF objects without the BTI property are considered to be compatible.
- Loading branch information