Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: ozaki-r
Date: Thu Jun 12 10:23:43 UTC 2025
Modified Files:
src/sys/net: if.c
Log Message:
if: protect if_link_state_change_process with IFNET_LOCK
This change avoids race conditions between if_link_state_change handlers
and other operations on a target interface such as if_ioctl.
To generate a diff of this commit:
cvs rdiff -u -r1.534 -r1.535 src/sys/net/if.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index