Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157962273
D17501.id49945.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
587 B
Referenced Files
None
Subscribers
None
D17501.id49945.diff
View Options
Index: head/sys/netpfil/pf/if_pfsync.c
===================================================================
--- head/sys/netpfil/pf/if_pfsync.c
+++ head/sys/netpfil/pf/if_pfsync.c
@@ -2362,11 +2362,8 @@
if_clone_detach(V_pfsync_cloner);
swi_remove(V_pfsync_swi_cookie);
}
-/*
- * Detach after pf is gone; otherwise we might touch pfsync memory
- * from within pf after freeing pfsync.
- */
-VNET_SYSUNINIT(vnet_pfsync_uninit, SI_SUB_INIT_IF, SI_ORDER_SECOND,
+
+VNET_SYSUNINIT(vnet_pfsync_uninit, SI_SUB_PROTO_FIREWALL, SI_ORDER_FOURTH,
vnet_pfsync_uninit, NULL);
static int
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 27, 11:12 PM (11 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33568434
Default Alt Text
D17501.id49945.diff (587 B)
Attached To
Mode
D17501: pfsync: Ensure uninit is done before pf
Attached
Detach File
Event Timeline
Log In to Comment