https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209475
--- Comment #29 from Kristof Provost <[email protected]> --- (In reply to fehmi noyan isi from comment #28) It's possible that one of the V_pf_keyhash or V_pf_idhash allocations succeeded, but not the other. That means you may have to free one of them. (Note that free(NULL, M_PFHASH) is safe.) It may be easier to discuss the patch if you post it on http://reviews.freebsd.org. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "[email protected]"
