CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/09 18:37:00
Modified files:
sys/netinet : in_pcb.c
Log message:
Nuke sin_zero before passing it on down into the ifa_ifwithaddr() that
way garbage in the pad bytes does not perturb the outcome.
This fixes regress/sys/kern/bind.
OK mpi@, phessler@, reyk@
