diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4336d6a6b83..afd78a46c6e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -26,6 +26,10 @@ | |||
| 26 | * dispnew.c (add_window_display_history): Don't overrun buffer. | 26 | * dispnew.c (add_window_display_history): Don't overrun buffer. |
| 27 | Truncate instead; this is OK since it's just a log. | 27 | Truncate instead; this is OK since it's just a log. |
| 28 | 28 | ||
| 29 | * editfns.c (Fcurrent_time_zone): Don't overrun buffer | ||
| 30 | even if the time zone offset is outlandishly large. | ||
| 31 | Don't mishandle offset == INT_MIN. | ||
| 32 | |||
| 29 | 2011-08-26 Paul Eggert <eggert@cs.ucla.edu> | 33 | 2011-08-26 Paul Eggert <eggert@cs.ucla.edu> |
| 30 | 34 | ||
| 31 | Integer and memory overflow issues (Bug#9196). | 35 | Integer and memory overflow issues (Bug#9196). |