Page MenuHomeFreeBSD

Check that in_pcbfree() is only called once for each PCB.
ClosedPublic

Authored by jtl on Apr 6 2018, 4:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 31, 11:22 AM
Unknown Object (File)
Mon, Aug 24, 9:36 AM
Unknown Object (File)
Thu, Aug 13, 8:45 PM
Unknown Object (File)
Mon, Aug 10, 7:44 PM
Unknown Object (File)
Mon, Aug 10, 10:43 AM
Unknown Object (File)
Sun, Aug 9, 2:57 PM
Unknown Object (File)
Sat, Aug 8, 8:41 PM
Unknown Object (File)
Sat, Aug 8, 6:08 PM
Subscribers

Details

Summary

Check that in_pcbfree() is only called once for each PCB. If that assumption is violated, "bad things" could follow.

I believe such an assert would have detected some of the problems @jch was chasing in PR 203175 (see r307551). We also use it in our internal TCP development.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable