-
Added another DUMA configuration environment variable DUMA_MEMCPY_OVERLAP.
Set to 1 to allow overlapping memcpy regions when destination address is less
than source address.
Please integrate this last workaround. With it there is no need to add memmove
implementation to DUMA.
2009-08-03 08:10:22 UTC by nobody
-
This bug is related to the closed bug - ID: 2792252. It addresses the same problems:
There are problems with the fix provided in bug (ID: 2792252) as it doesn't help in situations when memmove
is called by glibc itself.
For example realpath funciton has the following code:
...
/* Careful here, end may be a pointer into extra_buf... */
memmove (&extra_buf[n], end, len + 1);...
2009-08-03 08:06:37 UTC by nobody
-
h_ayguen committed patchset 550 of module duma to the DUMA library CVS repository, changing 6 files.
2009-07-06 00:13:08 UTC by h_ayguen
-
h_ayguen committed patchset 549 of module duma to the DUMA library CVS repository, changing 1 files.
2009-07-06 00:05:37 UTC by h_ayguen
-
h_ayguen committed patchset 548 of module duma to the DUMA library CVS repository, changing 2 files.
2009-07-05 23:59:09 UTC by h_ayguen
-
h_ayguen committed patchset 547 of module duma to the DUMA library CVS repository, changing 10 files.
2009-07-05 23:31:01 UTC by h_ayguen
-
h_ayguen committed patchset 546 of module duma to the DUMA library CVS repository, changing 2 files.
2009-07-05 23:23:10 UTC by h_ayguen
-
h_ayguen committed patchset 545 of module duma to the DUMA library CVS repository, changing 1 files.
2009-07-05 23:14:44 UTC by h_ayguen
-
h_ayguen committed patchset 544 of module duma to the DUMA library CVS repository, changing 2 files.
2009-07-05 23:04:57 UTC by h_ayguen
-
h_ayguen committed patchset 543 of module duma to the DUMA library CVS repository, changing 1 files.
2009-07-05 22:59:18 UTC by h_ayguen