In message <[EMAIL PROTECTED]>, Nicholas Clark writes: > void *memset(void *s, int c, size_t n); > >isn't masking the second parameter to a byte.
Mmm, right. >should glibc have a (platform independent) regression test to catch this? Absolutely. Care to write one? p.

