aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering2012-05-02 18:12:13 +0800
committerChong Yidong2012-05-02 18:12:13 +0800
commitbf98199cf1bea244378538d60838f81cb3a34b49 (patch)
treeee8ffe8445eb073346878b4eb2731264c97c599e /src/ChangeLog
parentcd3771a08b8a1fed5aa91eb2ac559d41801668ea (diff)
downloademacs-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 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e2eb95f60d0..8aa1707cd30 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-05-02 Jim Meyering <meyering@redhat.com>
2
3 * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372).
4
12012-04-29 Eli Zaretskii <eliz@gnu.org> 52012-04-29 Eli Zaretskii <eliz@gnu.org>
2 6
3 * xdisp.c (pos_visible_p): If already at a newline from the 7 * xdisp.c (pos_visible_p): If already at a newline from the