Liubov Dmitrieva c044cf14b0 Fix wrong copying processing for last bytes in x86-32 wcscpy
Wrong copy algorithm for last bytes, not thread safety.
In some particular cases it uses the destination
memory beyond the string end for
16-byte load, puts changes into that part that is relevant
to destination string and writes whole 16-byte chunk into memory.
I have a test case where the memory beyond the string end contains
malloc/free data, that appear corrupted in case free() updates
it in between the 16-byte read and 16-byte write.
2011-12-23 08:50:39 -05:00
..
2005-02-17 01:19:55 +00:00
2005-03-15 22:31:32 +00:00
2004-08-09 01:01:10 +00:00
2005-05-14 17:52:13 +00:00
2004-07-10 20:00:44 +00:00
2006-01-10 00:25:07 +00:00
2003-09-17 08:47:44 +00:00