mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
65192572d2
Apply Intel Control-flow Technology for x86-64 on asm_trampoline.S. Required for mitigation against return-oriented programming (ROP) and Call or Jump Oriented Programming (COP/JOP) attacks. Manual application is required for the assembly files. See also: https://sourceware.org/annobin/annobin.html/Test-cf-protection.html
Miscellaneous source files for the main Python shared library