commit | d4029c8fda1e6f22d2bb95d248b306dd7d42b038 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Dec 13 20:42:33 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Dec 13 20:42:33 2007 +0000 |
tree | 50bfbed2fedfc2f0a5fde188d9a6936b16486688 | |
parent | 483704508d2e2271e6eb0090ebaec7ae086f3db8 [diff] [blame] |
Bug #1608: use -fwrapv when GCC supports it. This is important, newer GCC versions may optimize away overflow buffer overflow checks without this option! Thanks to Ismail Donmez. No thanks to the GCC devs.
diff --git a/Misc/ACKS b/Misc/ACKS index f7765dc..8cb117f 100644 --- a/Misc/ACKS +++ b/Misc/ACKS
@@ -161,6 +161,7 @@ Daniel Dittmar Walter Dörwald Jaromir Dolecek +Ismail Donmez Dima Dorfman Cesar Douady Dean Draayer