CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2011/07/04 19:33:40
Modified files: usr.sbin/npppd/npppd: privsep.c Log message: Fixed some bugs of priv_send(). The bugs caused sending routing messages failures. 'errno' returned by the privileged process was not initialized. 'tolen' in priv_sendto() was garbage. ok hsuenaga@