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: [email protected]
Reporter: [email protected]
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.