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
..
2010-01-12 11:22:03 -08:00
2010-01-12 11:22:03 -08:00
2010-01-12 11:22:03 -08:00
2010-01-12 11:22:03 -08:00
2010-01-12 11:22:03 -08:00
2010-01-12 11:22:03 -08:00
2010-01-12 11:22:03 -08:00
2009-08-28 14:54:46 -07:00
2011-11-13 09:50:13 -05:00
2011-12-17 14:39:23 -05:00
2011-10-12 11:42:04 -04:00
2011-10-12 11:42:04 -04:00
2011-10-12 11:42:04 -04:00
2011-10-15 11:10:08 -04:00
2011-10-15 11:10:08 -04:00
2010-02-18 23:11:21 -08:00
2010-01-12 11:22:03 -08:00
2011-04-17 22:20:47 -04:00
2011-10-23 14:28:26 -04:00
2010-01-12 11:22:03 -08:00
2010-01-12 11:28:17 -08:00
2010-01-12 11:22:03 -08:00
2010-01-12 11:22:03 -08:00
2010-01-19 12:20:57 -08:00
2010-01-12 11:22:03 -08:00
2010-01-12 11:22:03 -08:00
2010-01-12 11:22:03 -08:00
2010-01-12 11:22:03 -08:00
2011-10-12 11:42:04 -04:00
2011-10-12 11:42:57 -04:00
2011-10-12 11:42:57 -04:00
2011-10-12 11:42:04 -04:00
2010-01-12 11:28:17 -08:00
2010-02-24 18:11:35 -08:00
2010-02-24 18:11:35 -08:00
2010-01-12 11:22:03 -08:00
2011-10-12 11:42:04 -04:00
2011-10-12 11:42:04 -04:00
2011-10-12 11:42:04 -04:00
2011-10-23 16:30:40 -04:00
2010-04-14 22:27:59 -07:00
2010-10-13 22:27:03 -04:00
2010-04-14 22:27:59 -07:00
2010-10-11 09:27:05 -04:00
2011-06-24 14:15:32 -04:00
2011-06-24 14:15:32 -04:00
2011-06-24 14:15:32 -04:00
2011-06-24 14:15:32 -04:00
2011-06-24 14:15:32 -04:00
2011-06-24 14:15:32 -04:00
2011-11-13 09:50:13 -05:00
2011-11-14 18:24:35 -05:00
2011-11-13 09:50:13 -05:00
2011-11-13 09:50:13 -05:00
2011-11-13 09:50:13 -05:00
2011-11-14 18:24:35 -05:00
2010-07-21 08:44:35 -07:00
2011-08-04 15:33:38 -04:00
2011-08-04 15:33:38 -04:00
2011-08-04 15:38:35 -04:00
2011-09-07 22:28:44 -04:00
2011-09-07 22:28:44 -04:00
2011-09-05 17:11:11 -04:00
2011-11-16 11:48:10 +01:00
2011-11-16 11:48:10 +01:00
2011-11-14 18:24:35 -05:00
2011-06-25 01:32:27 -04:00
2011-12-22 14:22:00 -05:00
2011-06-24 14:15:32 -04:00
2009-12-13 15:23:02 -08:00
2011-09-07 22:28:44 -04:00
2011-10-23 15:17:23 -04:00
2010-08-25 10:07:37 -07:00
2011-11-13 09:50:13 -05:00
2011-11-14 18:24:35 -05:00
2011-11-13 09:50:13 -05:00
2011-11-13 09:50:13 -05:00
2011-11-13 09:50:13 -05:00
2011-11-14 18:24:35 -05:00
2011-08-04 15:33:38 -04:00
2011-08-04 15:33:38 -04:00
2011-08-04 15:33:38 -04:00
2011-08-04 15:33:38 -04:00
2010-02-15 11:17:50 -08:00
2010-02-15 11:17:50 -08:00
2010-02-15 11:17:50 -08:00
2010-02-15 11:17:50 -08:00
2011-06-24 14:15:32 -04:00
2011-06-24 14:15:32 -04:00
2011-06-24 14:15:32 -04:00
2011-06-24 14:15:32 -04:00
2011-10-28 12:02:08 +02:00
2011-10-23 15:17:23 -04:00
2011-10-23 15:17:23 -04:00
2011-09-07 22:28:44 -04:00
2011-09-07 22:28:44 -04:00
2011-09-05 17:11:11 -04:00
2011-08-23 15:53:51 +02:00
2011-07-14 20:47:54 -07:00
2010-08-27 12:10:11 -07:00
2010-08-24 11:35:01 -07:00
2010-04-14 22:27:59 -07:00
2011-12-17 14:39:23 -05:00
2011-12-17 14:39:23 -05:00
2011-12-17 14:39:23 -05:00
2011-11-12 00:50:26 -05:00
2011-10-23 13:35:24 -04:00
2011-09-05 13:54:51 -04:00
2011-12-17 14:39:23 -05:00
2011-12-23 08:50:39 -05:00
2011-12-17 14:39:23 -05:00
2011-11-12 00:50:26 -05:00
2011-10-23 15:17:23 -04:00
2011-10-23 15:17:23 -04:00
2011-12-17 14:39:23 -05:00
2011-12-17 14:39:23 -05:00
2011-12-17 14:39:23 -05:00
2011-11-12 00:50:26 -05:00
2011-10-15 11:10:08 -04:00
2011-10-15 11:10:08 -04:00
2011-10-15 11:10:08 -04:00