1984not-GmbH / molch

An implementation of the axolotl ratchet based on libsodium.
Other
23 stars 3 forks source link

Use -fsafe-stack and possibly other features to increase safety #104

Open FSMaxB opened 6 years ago

FSMaxB commented 6 years ago

https://clang.llvm.org/docs/SafeStack.html

Sadly this feature isn't currently supported for dynamic libraries.