diff options
| author | Paul Eggert | 2014-09-23 12:21:54 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-09-23 12:21:54 -0700 |
| commit | 7d760fd8f4fd2fb622183106912c34845e280333 (patch) | |
| tree | edec27e530e6a7d8b0e984ac82d2e820d24b2da2 /lib-src/ChangeLog | |
| parent | dac5be10f3f08c78cf98a4b9d4774b46b16ace40 (diff) | |
| download | emacs-7d760fd8f4fd2fb622183106912c34845e280333.tar.gz emacs-7d760fd8f4fd2fb622183106912c34845e280333.zip | |
movemail: don't dump core if the current time is outlandish
* movemail.c (popmail): Check for mbx_delimit_begin failure.
(mbx_delimit_begin): Fail if the current time is so outlandish
that localtime would fail or asctime would have undefined
behavior. Use strftime to avoid asctime undefined behavior.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4ca0c7e5319..6c31841c130 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-09-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | movemail: don't dump core if the current time is outlandish | ||
| 4 | * movemail.c (popmail): Check for mbx_delimit_begin failure. | ||
| 5 | (mbx_delimit_begin): Fail if the current time is so outlandish | ||
| 6 | that localtime would fail or asctime would have undefined | ||
| 7 | behavior. Use strftime to avoid asctime undefined behavior. | ||
| 8 | |||
| 1 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | --enable-silent-rules now suppresses more chatter. | 11 | --enable-silent-rules now suppresses more chatter. |