diff options
| author | Jason Rumney | 2007-12-13 15:53:26 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-12-13 15:53:26 +0000 |
| commit | bf2540370278fcfbe6ac2423650db8fb4e357be7 (patch) | |
| tree | c017ddb2fa2b503488b0f02e16e33aea82db2ae4 /src/ChangeLog | |
| parent | 7d2a95143a15e69712313095aa24dd66a3b16f64 (diff) | |
| download | emacs-bf2540370278fcfbe6ac2423650db8fb4e357be7.tar.gz emacs-bf2540370278fcfbe6ac2423650db8fb4e357be7.zip | |
(w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
before dereferencing array.
(lookup_vk_code): Remove zero comparison.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 87f9894f488..7d2240f7829 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-12-13 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check | ||
| 4 | before dereferencing array. | ||
| 5 | (lookup_vk_code): Remove zero comparison. | ||
| 6 | |||
| 1 | 2007-12-02 Magnus Henoch <mange@freemail.hu> | 7 | 2007-12-02 Magnus Henoch <mange@freemail.hu> |
| 2 | 8 | ||
| 3 | * process.c (make_process): Initialize pty_flag to 0. | 9 | * process.c (make_process): Initialize pty_flag to 0. |