diff options
| author | Paul Eggert | 2011-04-04 01:13:45 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-04 01:13:45 -0700 |
| commit | bc57d757a2a5ac2ccbd658c7905c653357fc9da3 (patch) | |
| tree | 85841f6e0ba2f5172b7dc1528a7c9a4e034e0cc1 /src/ChangeLog | |
| parent | afd4052b6c0cf0deb49b709a41d43748c773a3d0 (diff) | |
| download | emacs-bc57d757a2a5ac2ccbd658c7905c653357fc9da3.tar.gz emacs-bc57d757a2a5ac2ccbd658c7905c653357fc9da3.zip | |
* process.c (Fnetwork_interface_info): Avoid possibility of int overflow.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bea6ffdbc0d..c4c7e4e4abc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * process.c (list_processes_1, create_pty, read_process_output): | 3 | * process.c (list_processes_1, create_pty, read_process_output): |
| 4 | (exec_sentinel): Remove vars that were set but not used. | 4 | (exec_sentinel): Remove vars that were set but not used. |
| 5 | (create_pty): Remove unnecessary "volatile"s. | 5 | (create_pty): Remove unnecessary "volatile"s. |
| 6 | (Fnetwork_interface_info): Avoid possibility of int overflow. | ||
| 6 | 7 | ||
| 7 | * bytecode.c (exec_byte_code): Rename local to avoid shadowing. | 8 | * bytecode.c (exec_byte_code): Rename local to avoid shadowing. |
| 8 | 9 | ||