From: H.J. Lu Date: Tue, 30 Dec 2014 17:32:50 +0000 (-0800) Subject: Mention i386 memcpy with SSE2 unaligned load/store X-Git-Tag: glibc-2.21~133 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f9dfe0432a90441be688f2776aa19fedbfcdcbb;p=platform%2Fupstream%2Fglibc.git Mention i386 memcpy with SSE2 unaligned load/store --- diff --git a/NEWS b/NEWS index 23b1cd7..4a869bb 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,8 @@ Version 2.21 17634, 17647, 17653, 17657, 17664, 17665, 17668, 17682, 17717, 17719, 17722, 17723, 17724, 17725, 17732, 17733, 17744, 17745, 17746, 17747. +* i386 memcpy functions optimized with SSE2 unaligned load/store. + * CVE-2104-7817 The wordexp function could ignore the WRDE_NOCMD flag under certain input conditions resulting in the execution of a shell for command substitution when the applicaiton did not request it. The