cvs commit: src/usr.sbin/pppd cbcp.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Jan 7 12:20:00 PST 2005
dillon 2005/01/07 12:19:54 PST
DragonFly src repository
Modified files:
usr.sbin/pppd cbcp.c
Log:
Correct two bugs that may result in incorrect CBCP response for
administrator specified number.
The implementation in our version transmits extra zero byte that is a
violation of the Microsoft PPP Callback Control Protocol section 3.2[1].
This can lead to incorrect behavior on certain devices, as reported
in bin/50613.
Confirmed with: cbcp.c in ppp's cvs, rev. 1.4 and 1.15 [2]
Submitted-by: Xin LI <delphij at xxxxxxxxxxxxx>
Taken-From: FreeBSD/rev1.7
Submitted-to-FreeBSD-by: Dmitry Pryanishnikov <dmitry at atlantis.dp.ua>
PR: FreeBSD:bin/50613
Revision Changes Path
1.5 +3 -5 src/usr.sbin/pppd/cbcp.c
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/pppd/cbcp.c.diff?r1=1.4&r2=1.5&f=u
More information about the Commits
mailing list