You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net/tun: Do not DecRef a closed TUN endpoint when un-persisting it.
This requires coordinating tunEndpoint.closed and tunEndpoint.persistent.
Earlier these were independent atomic bools. This change moves them under
the protection of tunEndpoint.mu.
Fixes 81d7f66 ("netstack/tuntap: implement the TUNSETPERSIST ioctl")
Reported-by: [email protected]
PiperOrigin-RevId: 807748254
0 commit comments