CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/07/06 00:26:14
Modified files:
sys/kern : uipc_usrreq.c
Log message:
Correct the check for a sun_path that lacks NUL termination to just require
that *some* char in sun_path is NUL, not necessarily the last.
ok claudio@ tedu@
