Jeff Trawick <[EMAIL PROTECTED]> writes: > > > > + sock->local_addr->addr_str_len = 108; > > > > > > What about terminating '\0'? Maybe it should be sizeof(sun_path) + 1?
I'm an idiot. There has to be a terminating '\0' within sun_path so
we don't have to add 1. But we do have to handle the fact that
sizeof(sun_path) isn't 108 on every system.
--
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
http://www.geocities.com/SiliconValley/Park/9289/
Born in Roswell... married an alien...
