Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git: link the Git wrapper using ASLR/DEP
Address Space Layout Randomization (ASLR) and Data Execution Prevention (DEP) are two powerful techniques to stave off exploits. Since both essentially come for free (performance-wise) it is wise to enable them. Together with Git for Windows' 5b24535 (fixup! mingw: Compile the Git wrapper, 2016-02-03) this concludes addressing the ticket git-for-windows/git#644. Signed-off-by: Johannes Schindelin <[email protected]>
- Loading branch information