summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 579185d23e..3930fd1ca4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2017-11-14 Joseph Myers <joseph@codesourcery.com>
+ * string/tester.c (test_stpncpy): Disable -Wstringop-truncation
+ for stpncpy calls for GCC 8.
+ (test_strncat): Disable -Wstringop-truncation warning for strncat
+ calls for GCC 8. Disable -Wstringop-overflow= warning for one
+ strncat call for GCC 7.
+ (test_strncpy): Disable -Wstringop-truncation warning for strncpy
+ calls for GCC 8.
+ (test_memcmp): Use memcpy instead of strncpy for calls not copying
+ trailing NUL.
+
* string/bug-strncat1.c: Include <libc-diag.h>.
(main): Disable -Wstringop-truncation for strncat call for GCC 8.