Page MenuHomeFreeBSD

sockets: assert that any protocol with PR_RIGHTS has dom_dispose()
ClosedPublic

Authored by glebius on May 4 2022, 6:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 7 2025, 11:40 AM
Unknown Object (File)
Feb 25 2025, 4:33 AM
Unknown Object (File)
Feb 22 2025, 1:53 AM
Unknown Object (File)
Feb 21 2025, 7:41 AM
Unknown Object (File)
Feb 21 2025, 6:00 AM
Unknown Object (File)
Feb 13 2025, 1:47 PM
Unknown Object (File)
Feb 12 2025, 12:59 PM
Unknown Object (File)
Feb 4 2025, 7:52 PM
Subscribers

Details

Summary

Through the entire history only PF_UNIX has this feature.

Diff Detail

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

Event Timeline

markj added a subscriber: markj.

I wouldn't bother with the assertions. If the pointer is null and we crash it'll be obvious why.

This revision is now accepted and ready to land.May 4 2022, 7:11 PM

Just old memories of panic on "call NULL" looking unobvious what exactly happened. Probably no longer true for modern kernel.