[Bug 193246] Bug in IPv6 multicast join(), uncovered by Jenkins
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Feb 2026 16:04:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193246
--- Comment #23 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=79eff4ad64fc445ea78ed733e16482c45dbd5b50
commit 79eff4ad64fc445ea78ed733e16482c45dbd5b50
Author: Bruce M Simpson <bms@FreeBSD.org>
AuthorDate: 2026-02-14 15:36:47 +0000
Commit: Bruce M Simpson <bms@FreeBSD.org>
CommitDate: 2026-02-14 16:00:58 +0000
netinet6: Return EAFNOSUPPORT for non-IPv6 addresses in mcast sockopts.
This is a non-functional change; it just returns the correct errno value
where IPv6 multicast socket options were passed non-AF_INET6 arguments,
in preparation for handling PR 193246 with a side-call into netinet as
xnu currently does.
Reviewed by: glebius
Approved by: glebius
PR: 193246 (with refinements)
Differential revision: https://reviews.freebsd.org/D55233
sys/netinet6/in6_mcast.c | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.