Page MenuHomeFreeBSD

socket: Add assertions around naked refcount decrements
ClosedPublic

Authored by markj on Sep 15 2021, 7:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 11:19 AM
Unknown Object (File)
Sun, Oct 12, 10:41 PM
Unknown Object (File)
Sun, Oct 12, 10:41 PM
Unknown Object (File)
Sun, Oct 12, 10:41 PM
Unknown Object (File)
Sun, Oct 12, 11:12 AM
Unknown Object (File)
Tue, Oct 7, 6:55 AM
Unknown Object (File)
Sat, Sep 27, 12:51 AM
Unknown Object (File)
Wed, Sep 17, 4:06 AM
Subscribers

Details

Summary

Sockets in a listen queue hold a reference to the parent listening
socket. Several code paths release this reference manually when moving
a child socket out of the queue.

Replace comments about the expected post-decrement refcount value with
assertions. Use refcount_load() instead of a plain load. No functional
change intended.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable