Date: Fri, 11 Apr 2025 10:08:53 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 286036] routed(8) uses plain int as a length to recvfrom Message-ID: <bug-286036-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286036 Bug ID: 286036 Summary: routed(8) uses plain int as a length to recvfrom Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: webpages@sprow.co.uk Created attachment 259468 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=259468&action=edit Patch to change type of fromlen Source file /sbin/routed/input.c was changed back in 05-Aug-2005 to use a socklen_t pointer as the 6th arg to recvfrom() but for some reason the other call in /sbin/routed/rdisc.c was missed. The attached patch makes 'fromlen' a socklen_t in the same manner. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-286036-227>
