Re: [Numpy-discussion] new memcpy implementation exposes bugs in some software.

2010-11-11 Thread David
On 11/11/2010 10:54 AM, Charles R Harris wrote: > Hi All, > > Apparently the 64 bit version of memcpy in the Fedora 14 glibc will do > the copy in the downwards rather than the usual upwards direction on > some processors. This has exposed bugs where the the source and > destination overlap in memo

[Numpy-discussion] new memcpy implementation exposes bugs in some software.

2010-11-10 Thread Charles R Harris
Hi All, Apparently the 64 bit version of memcpy in the Fedora 14 glibc will do the copy in the downwards rather than the usual upwards direction on some processors. This has exposed bugs where the the source and destination overlap in memory. Report and discussion can be found at fedora bugzilla