CVS: cvs.openbsd.org: src

Claudio Jeker <[email protected]> Thu, 6 Aug 2026 07:06:23 -0600 (MDT)
Newsgroups gmane.os.openbsd.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs
Module name:	src
Changes by:	[email protected]	2026/08/06 07:06:23

Modified files:
	usr.sbin/eigrpd: eigrpd.h kroute.c packet.c tlv.c util.c 

Log message:
Adjust bad_addr to also validate  that the prefixlen uses a sensible value.

Someone found a way to push a bad prefixlen into a eigrp datagram and that
results in an overflow since the prefixlen is used to know how much data
to use.

This was sitting in my tree for too long