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/11230] memchr overshoots on ia64


------- Additional Comments From aurelien at aurel32 dot net  2010-02-01 14:55 -------
In your patch, it seems this part is wrong

+       add     last = str, in2         // last byte

The last byte to test has for address (str + in2 - 1). Substracting 1 to last 
make the testcase work here.

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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