diff options
| author | Paul Eggert | 2013-05-07 13:55:47 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-05-07 13:55:47 -0700 |
| commit | f269bc61c10320cf020e0751e6643fbbb5f059a2 (patch) | |
| tree | 11e6fc1d07a35c822778784350fa8a3285e30e0e /src/ChangeLog | |
| parent | a261c53eaefb9f2d0a5e9175827b12ddefddbb7f (diff) | |
| download | emacs-f269bc61c10320cf020e0751e6643fbbb5f059a2.tar.gz emacs-f269bc61c10320cf020e0751e6643fbbb5f059a2.zip | |
* unexelf.c: Don't assume ElfW (Half) fits in int.
(entry_address, find_section, unexec): Use ptrdiff_t, not int,
when dealing with ElfW (Half) values, since they can exceed 2**31
on 64-bit OpenBSD hosts. Problem reported privately by Han Boetes.
(entry_address): Omit unused NUM arg. All uses changed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e2cde630333..55b71844144 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * unexelf.c: Don't assume ElfW (Half) fits in int. | ||
| 4 | (entry_address, find_section, unexec): Use ptrdiff_t, not int, | ||
| 5 | when dealing with ElfW (Half) values, since they can exceed 2**31 | ||
| 6 | on 64-bit OpenBSD hosts. Problem reported privately by Han Boetes. | ||
| 7 | (entry_address): Omit unused NUM arg. All uses changed. | ||
| 8 | |||
| 1 | 2013-05-07 Juri Linkov <juri@jurta.org> | 9 | 2013-05-07 Juri Linkov <juri@jurta.org> |
| 2 | 10 | ||
| 3 | * callint.c (Fcall_interactively): Set `visargs[i]' for code 'n' | 11 | * callint.c (Fcall_interactively): Set `visargs[i]' for code 'n' |