HomeFreeBSD

sockets: in solisten_proto() don't call sbdestroy() on a PR_SOCKBUF

Description

sockets: in solisten_proto() don't call sbdestroy() on a PR_SOCKBUF

A socket marked with PR_SOCKBUF has protocol specific socket buffers
and will take care of the in its pr_listen method. Right now we don't
have any sockets that can listen and are PR_SOCKBUF, but that will
change soon.

Details

Provenance
glebiusAuthored on Feb 28 2024, 11:57 PM
Parents
rG882d9f4507a8: lib{c,sys}: expose cap_sandboxed from libc/gen
Branches
Unknown
Tags
Unknown