CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/19 13:34:10
Modified files:
sys/net : if_pflow.c
Log message:
Initialize `sc_outputtask' before interface attachment. if_alloc_sadl()
has sleep point, so the uninitialized `sc_outputtask` could be accessed
through ioctl(2) interface.
ok sashan bluhm
