[Midnightbsd-cvs] [MidnightBSD/src] 71ed23: Fix multicast source filter races
Lucas Holt
noreply at github.com
Wed Jun 10 19:49:32 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: 71ed23e75462e4a69c745a0b01d845c80c9a69ee
https://github.com/MidnightBSD/src/commit/71ed23e75462e4a69c745a0b01d845c80c9a69ee
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M sys/netinet/in_mcast.c
M sys/netinet6/in6_mcast.c
Log Message:
-----------
Fix multicast source filter races
Copy source filter arrays before operating on socket multicast state so IP_MSFILTER and IPV6_MSFILTER do not drop the INP lock while holding pointers into mutable membership data.
This ports the FreeBSD SA-26:29 ip6_multicast fix pattern for CVE-2026-49412.
AI-Assisted-by: Codex (GPT-5)
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: cbd395274c72ad9dd774affb56fd4ddf2e6dab95
https://github.com/MidnightBSD/src/commit/cbd395274c72ad9dd774affb56fd4ddf2e6dab95
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M UPDATING
Log Message:
-----------
Document multicast source filter security fix
Add an UPDATING entry for the CVE-2026-49412 multicast source filter use-after-free fix.
AI-Assisted-by: Codex (GPT-5)
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: bdf88b785a28145ddbb4aa8ce32f9bec0822bb2e
https://github.com/MidnightBSD/src/commit/bdf88b785a28145ddbb4aa8ce32f9bec0822bb2e
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M .agents/skills/cppcheck-clang-format-precommit/SKILL.md
M .agents/skills/splint-post-c-sanity/SKILL.md
Log Message:
-----------
Update agent skill script paths
Point the C sanity and Splint skill documentation at the repository-local .agents/skills directory.
AI-Assisted-by: Codex (GPT-5)
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 253ed9e87acd8f49bb7849872263763d7ab98e99
https://github.com/MidnightBSD/src/commit/253ed9e87acd8f49bb7849872263763d7ab98e99
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M .agents/skills/cppcheck-clang-format-precommit/scripts/precommit_c_sanity.sh
M .agents/skills/splint-post-c-sanity/SKILL.md
M .agents/skills/splint-post-c-sanity/scripts/run_splint_on_staged.sh
Log Message:
-----------
Make agent C sanity scripts POSIX sh
Use /bin/sh for the repository C sanity scripts and remove bash-only constructs. Also skip sys/ kernel files in the Splint pass.
AI-Assisted-by: Codex (GPT-5)
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Compare: https://github.com/MidnightBSD/src/compare/b30c0e6d678c...253ed9e87acd
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications
More information about the Midnightbsd-cvs
mailing list