diff options
| author | Paul Eggert | 2011-06-12 23:49:00 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-12 23:49:00 -0700 |
| commit | 96f53c6c3d6d31bc81187b5a5fdb3ec942cd6f51 (patch) | |
| tree | 739d32600e433069b546595b927a1adebdedde18 /src/ChangeLog | |
| parent | 83c77d31ace0a54f6e0c0c384648f172f837c27b (diff) | |
| download | emacs-96f53c6c3d6d31bc81187b5a5fdb3ec942cd6f51.tar.gz emacs-96f53c6c3d6d31bc81187b5a5fdb3ec942cd6f51.zip | |
* sound.c (Fplay_sound_internal): Remove cast to unsigned long.
It's more likely to cause problems (due to unsigned overflow)
than to cure them.
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 6562df06471..686c728f0a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-06-13 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * sound.c (Fplay_sound_internal): Remove cast to unsigned long. | ||
| 4 | It's more likely to cause problems (due to unsigned overflow) | ||
| 5 | than to cure them. | ||
| 6 | |||
| 3 | * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts. | 7 | * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts. |
| 4 | 8 | ||
| 5 | * unexelf.c (unexec): Don't assume BSS addr fits in unsigned. | 9 | * unexelf.c (unexec): Don't assume BSS addr fits in unsigned. |