Date: Tue, 30 Apr 2019 14:45:40 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 195191] rtadvd(8): Retry on NET_RT_IFLIST sysctl failure like getifaddrs Message-ID: <bug-195191-7501-cG9tOE6QJT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-195191-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-195191-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195191 --- Comment #7 from commit-hook@freebsd.org --- A commit references this bug: Author: markj Date: Tue Apr 30 14:44:40 UTC 2019 New revision: 346960 URL: https://svnweb.freebsd.org/changeset/base/346960 Log: Retry upon NET_RT_IFLIST sysctl failure. Port the logic used by getifaddrs(3) to handle the case where NET_RT_IFLIST returns ENOMEM, which can occur if the list size changes between the buffer allocation and sysctl read. PR: 195191 Submitted by: Guy Yur <guyyur@gmail.com> (original version) MFC after: 1 week Changes: head/usr.sbin/rtadvd/if.c --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195191-7501-cG9tOE6QJT>