This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/13540] Bug in ssse3 strcpy, strncpy, stpncpy, stpcpy, strcat, strncat


http://sourceware.org/bugzilla/show_bug.cgi?id=13540

--- Comment #2 from Liubov Dmitrieva <liubov.dmitrieva at gmail dot com> 2011-12-22 12:28:30 UTC ---
x86_64 routines uses similar algorithm of last bytes processing.
But this test case doesn't catch the bug in 64 bit mode.

It seems that malloc allocates memory parts not so closed to each other.
I will try to develop other test case for 64 bit mode.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]