[Bug 286036] routed(8) uses plain int as a length to recvfrom
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 286036] routed(8) uses plain int as a length to recvfrom"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 286036] routed(8) uses plain int as a length to recvfrom"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 286036] routed(8) uses plain int as a length to recvfrom"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Apr 2025 10:08:53 UTC
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.