CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2013/02/13 15:10:38
Modified files: sys/net : pipex.c usr.sbin/npppd/npppd: mppe.c npppd.c npppd_iface.c ppp.c ppp.h Log message: Pipex did panic when the 0 length mppe is given by ioctl. Return EINVAL instead of panic. Also npppd called ioctl with the invalid argument because of the bugs introduced by the config parser change commit. Fixed those bugs and make sure not to use 0 length keys for MPPE. reported by csszep at gmail and giovanni ok giovanni