On Wed, Jul 21, 2010 at 11:14:17AM -0400, Michael Santos wrote: > - if ((len == 0) || ((namlen = buf[0]) > len)) > + if ((len == 0) || ((namlen = (unsigned char)buf[0]) > len)) I just discovered the get_int8() macro. I'll update the patch and re-send. Sorry for the noise.