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

[Bug libc/16554] [arm] memset incorrect for negative signed char


https://sourceware.org/bugzilla/show_bug.cgi?id=16554

--- Comment #2 from Geoff Streeter <geoff at dyalog dot com> ---
Might be blaming the wrong people here - sorry.

Using a standard Raspberian and it looks like the dodgy implementation of
memset is in a library called
libcofi_rpi.so, which gets loaded automatically because /etc/ld.so.preload
contains the line:

/usr/lib/arm-linux-gnueabihf/libcofi_rpi.so

The source code for libcofi_rpi.so seems to come from this project, where you
can see that the implementation of memset doesn't start with anything like "and
r1,r1,#0xff":

https://github.com/bavison/arm-mem 

I will log a bug against that project.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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