Download raw body.
Pointer sign warnings
Christian Weisgerber: > > It is important to cast to unsigned char before assigning to an int > > or passing to a function that expects an int. Otherwise, a signed > > char > 127 becomes a negative value when converted to int. > -snip- > > Right. I had checked that *buf or *p aren't passed to isfoo(), but > I missed the assignment to c and subsequent isfoo(c). > > ok naddy Or maybe not... Let's see what we decide on OpenBSD tech@. -- Christian "naddy" Weisgerber naddy@mips.inka.de
Pointer sign warnings