CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/21 15:17:07
Modified files:
sys/netinet : ip_id.c ip_input.c ip_var.h
Log message:
Do `ip_shuffle' initialization at boot time. ip_randomid() called in the
hot path so we want to keep it lockless, but avoid access to uninitialized
data.
ok deraadt
