diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-11-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Improve static checking of integer overflow and stack smashing. | ||
| 4 | * configure.ac (WARN_CFLAGS): Add -Wstack-protector and | ||
| 5 | -Wstrict-overflow if using GCC 4.7.2 or later on a platform with | ||
| 6 | at least 64-bit long int. This improves static checking on these | ||
| 7 | platforms, when configured with --enable-gcc-warnings. | ||
| 8 | |||
| 1 | 2012-11-17 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2012-11-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881). | 11 | Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881). |