Skip to content

Fix shstk support by using compiler atomics.

loqs requested to merge (removed):fix-shstk-support into main

Use compiler atomics as nspr's assembly is not compatible with shadow stack due to missing GNU_PROPERTY_X86_FEATURE_1_SHSTK in the .note.gnu.property Notes section. Upstream related bug report 1. Patch from Fedora 2.

Merge request reports