id summary reporter owner description type status priority milestone component version severity resolution keywords cc blockedby blocking 162 ppp patch Ilya Alexeev Joel Sherrill "This patch includes two fixes: 1. ppp_tty.c/pppstart(): Type of the ioffset variable must be u_long, otherwise in the case of the big output packet endless loop may occur. 2. Local variables must not be used in a device.write routines (if_ppp.c/ppp_txdaemon() and ppp_tty.c/pppstart() ) Now ppp_softc structure have own character for writing to device (sc_outchar). I think that converting local variables to static is not a right solution, because problems will occur in the case of two or more ppp instances. This patch must be applyed to the latest libnetworking/net/*ppp* files. Please ensure that. Release: only CVS Environment: lfs 3.0 (from linuxfromscratch.org)" defect closed lowest 2 network/legacy unknown normal fixed bugs@…