CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2025/08/03 04:02:23

Modified files:
        sys/netinet6   : ip6_mroute.c 

Log message:
Fix error handling in IPv6 multicast sysctl.

Coverity figured out that error declaration shadows global error
variable.  Consequently the abort code to handle errors was not
reached.

CID 1648417
OK deraadt@ mvs@

Reply via email to