diff options
author | Yuriy Kaminskiy <yumkam@gmail.com> | 2014-01-09 09:49:54 +1300 |
---|---|---|
committer | Maxim Kuvyrkov <maxim@kugelworks.com> | 2014-01-09 09:49:54 +1300 |
commit | 66671c84d58d6ae705bac39dc476c3d3b2b81116 (patch) | |
tree | 3d7bf9eee443213d53d505ad3a640c521a038460 /NEWS | |
parent | 38f3458175ecf7c3588bd5b6e465f4d9205fbe1c (diff) | |
download | glibc-66671c84d58d6ae705bac39dc476c3d3b2b81116.tar.gz glibc-66671c84d58d6ae705bac39dc476c3d3b2b81116.tar.xz glibc-66671c84d58d6ae705bac39dc476c3d3b2b81116.zip |
Fix a thinko/typo in i686's memmove (aka __memmove_ia32).
* sysdeps/i386/i686/memmove.S (memmove): Compare distance between SRC and DEST against LEN.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 4fe23146fc..2a936f586b 100644 --- a/NEWS +++ b/NEWS @@ -24,7 +24,7 @@ Version 2.19 16103, 16112, 16143, 16144, 16146, 16150, 16151, 16153, 16167, 16172, 16195, 16214, 16245, 16271, 16274, 16283, 16289, 16293, 16314, 16316, 16330, 16337, 16338, 16356, 16365, 16366, 16369, 16372, 16375, 16379, - 16384, 16385, 16386, 16387, 16390, 16400, 16407, 16408, 16414. + 16384, 16385, 16386, 16387, 16390, 16394, 16400, 16407, 16408, 16414. * Slovenian translations for glibc messages have been contributed by the Translation Project's Slovenian team of translators. |