https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204437
--- Comment #13 from [email protected] --- Created attachment 163350 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163350&action=edit Fix race in in_pcbrele_wlocked We are now sure there is a race in in_pcbrele_wlocked: the returned inp may have been freed (problem spotted on a test machine) Please try the attached patch. Additionally, we would need to check every caller to make sure they check the inp once they unlock/relock the inp -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[email protected]"
