diff options
| author | Jim Meyering | 2012-05-02 18:12:13 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-05-02 18:12:13 +0800 |
| commit | bf98199cf1bea244378538d60838f81cb3a34b49 (patch) | |
| tree | ee8ffe8445eb073346878b4eb2731264c97c599e /lib-src/ChangeLog | |
| parent | cd3771a08b8a1fed5aa91eb2ac559d41801668ea (diff) | |
| download | emacs-bf98199cf1bea244378538d60838f81cb3a34b49.tar.gz emacs-bf98199cf1bea244378538d60838f81cb3a34b49.zip | |
Add NUL-termination to some uses of strncpy.
* lib-src/pop.c (pop_stat, pop_list, pop_multi_first, pop_last):
NUL-terminate the error buffer.
* src/w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372).
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e58b291ec89..8e07193ae0c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-05-02 Jim Meyering <meyering@redhat.com> | ||
| 2 | |||
| 3 | * lib-src/pop.c (pop_stat, pop_list, pop_multi_first, pop_last): | ||
| 4 | NUL-terminate the error buffer (Bug#11372). | ||
| 5 | |||
| 1 | 2012-04-15 Chong Yidong <cyd@gnu.org> | 6 | 2012-04-15 Chong Yidong <cyd@gnu.org> |
| 2 | 7 | ||
| 3 | * emacsclient.c (decode_options): Move -t -n corner case handling | 8 | * emacsclient.c (decode_options): Move -t -n corner case handling |