summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-11-12 22:00:28 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-11-12 22:00:28 -0800
commite69897bf202e18034cbef26f363bae64de70a196 (patch)
treee51c03b97276c729adb29b99b59eccb7f1a3e2bc /ChangeLog
parent1ffe1ccb6ec5771765f1f6f0c439ed07bf345d67 (diff)
downloadglibc-e69897bf202e18034cbef26f363bae64de70a196.tar.gz
glibc-e69897bf202e18034cbef26f363bae64de70a196.tar.xz
glibc-e69897bf202e18034cbef26f363bae64de70a196.zip
timezone: pacify GCC -Wstringop-truncation
Problem reported by Martin Sebor in:
https://sourceware.org/ml/libc-alpha/2017-11/msg00336.html
* timezone/zic.c (writezone): Use memcpy, not strncpy.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32b57bcd06..fad2bd0d1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-11-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+	timezone: pacify GCC -Wstringop-truncation
+	Problem reported by Martin Sebor in:
+	https://sourceware.org/ml/libc-alpha/2017-11/msg00336.html
+	* timezone/zic.c (writezone): Use memcpy, not strncpy.
+
 2017-11-12  Florian Weimer  <fweimer@redhat.com>
 
 	* support/support.h (xstrndup): Declare.