Johannes Schindelin 6fc6a9d187 mingw: enable stack smashing protector
As suggested privately to Brendan Forster by some unnamed person
(suggestion for the future: use the public mailing list, or even the
public GitHub issue tracker, that is a much better place to offer such
suggestions), we should make use of gcc's stack smashing protector that
helps detect stack buffer overruns early.

Rather than using -fstack-protector, we use -fstack-protector-strong
because it strikes a better balance between how much code is affected
and the performance impact.

In a local test (time git log --grep=is -p), best of 5 timings went from
23.009s to 22.997s (i.e. the performance impact was *well* lost in the
noise).

This fixes https://github.com/git-for-windows/git/issues/501

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-11-09 14:25:25 +01:00
2015-10-18 13:51:33 +02:00
2015-10-18 13:45:15 +02:00
2015-10-18 13:45:13 +02:00
2015-10-18 13:49:35 +02:00
2015-10-18 13:51:33 +02:00
2015-10-18 13:45:07 +02:00
2015-10-18 13:42:52 +02:00
2015-10-16 14:40:05 -07:00
2015-10-18 13:45:22 +02:00
2015-10-18 13:45:23 +02:00
2015-10-18 13:45:40 +02:00
2015-10-16 14:40:05 -07:00
2015-10-18 13:51:33 +02:00

Git for Windows

Join the chat at https://gitter.im/git-for-windows/git

This is the source code of Git for Windows, forked from Git.

This project is run by a governance model. If you encounter problems, you can report them as GitHub issues, discuss them on Git for Windows' Google Group, and contribute bug fixes.

Description
No description provided
Readme 630 MiB
Languages
C 50.5%
Shell 38.7%
Perl 4.5%
Tcl 3.2%
Python 0.8%
Other 2.1%