This is the mail archive of the libc-alpha@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]

GNU assembler bug fix


Hi,

The old GNU assemblers may use memcpy to copy overlap memory:

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

It has been fixed by replacing memcpy with memove. I recommend
all existing GNU assemblers be fixed, especially with glibc trunk on
x86 since it has the optimized memcpy which may trigger the assembler
bug.

-- 
H.J.


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