Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107109834
D43657.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
422 B
Referenced Files
None
Subscribers
None
D43657.diff
View Options
diff --git a/sys/netpfil/pf/pf_ioctl.c b/sys/netpfil/pf/pf_ioctl.c
--- a/sys/netpfil/pf/pf_ioctl.c
+++ b/sys/netpfil/pf/pf_ioctl.c
@@ -6706,13 +6706,8 @@
V_pf_allrulecount--;
LIST_REMOVE(V_pf_rulemarker, allrulelist);
- /*
- * There are known pf rule leaks when running the test suite.
- */
-#ifdef notyet
MPASS(LIST_EMPTY(&V_pf_allrulelist));
MPASS(V_pf_allrulecount == 0);
-#endif
PF_RULES_WUNLOCK();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 11, 6:26 AM (19 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15751356
Default Alt Text
D43657.diff (422 B)
Attached To
Mode
D43657: pf: uncomment counter asserts after mem leak fix
Attached
Detach File
Event Timeline
Log In to Comment