git: DragonFly_RELEASE_4_8 ppp - Fix minor overflow in protocol search
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Jul 30 13:16:31 PDT 2017
commit 4e83b1c7b6043d69a77266f30341f53f45cbb85c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Apr 10 22:28:36 2017 -0700
ppp - Fix minor overflow in protocol search
* Fix a minor redundant expression in sys/net/libalias/alias_irc.c
* Fix a one-byte overflow in cdcontrol. Not a security issue.
* Fix an overflow in the protocol search. This can only overflow a
static array by one element and is not likely able to cause a security
issue.
Dragonfly-bugs: 3012 (dcb)
Summary of changes:
sys/net/libalias/alias_irc.c | 3 +--
usr.sbin/cdcontrol/cdcontrol.c | 2 +-
usr.sbin/ppp/link.c | 14 ++++++++------
3 files changed, 10 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4e83b1c7b6043d69a77266f30341f53f45cbb85c
--
DragonFly BSD source repository
More information about the Commits
mailing list