From fea56491c44623b23675b4440bf4037b855b5ce0 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 28 Jun 2016 12:54:59 +0200 Subject: Avoid array-bounds warning for strncat on i586 (bug 20260) --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3da2eca97e..10dfaa1c8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016-06-29 Andreas Schwab + + [BZ #20260] + * sysdeps/x86/bits/string.h (__strncat_g) [!__i686__]: Compute the + address before the beginning of the string as an integer to avoid + array-bounds warning. + 2016-06-28 Richard Henderson * elf/elf.h (EM_BPF): New. -- cgit v1.2.3