CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/29 06:08:15
Modified files:
sys/net : if_pfsync.c
Log message:
pfsync(4) holds pointer to corresponding `ifnet' as `sc_sync_if'. This
pointer obtained by ifunit() and it's reference counter is not bumped.
This can cause use after free issue. Replace this pointer by interface
index.
ok dlg@ sashan@
