mirror of
https://github.com/facebook/zstd.git
synced 2025-10-09 00:05:28 -04:00
Putting stack marking into every assembly files is required to indicate that the stack does not need to be executable. Executable flag on stack conflicts with some security measures, Systemd MemoryDenyWriteExecute=yes for example.