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
@lvwrreminded me about adding a way to Clang to differentiate between identical function prototypes:
As suggested by Andy Cooper, add a salt attribute that allows to differentiate hashes of functions with the same prototype.
A simple type attribute along the lines of __attribute__((cfi_salt("string"))) would do here, for example. The same attribute could be used for both Clang CFI and KCFI.