Page MenuHomeFreeBSD

lib/libc/net/nsdispatch.c: Fix missing unlock and add locking annotations
ClosedPublic

Authored by arichardson on Mar 22 2021, 10:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 25, 11:17 PM
Unknown Object (File)
Tue, Aug 25, 1:26 PM
Unknown Object (File)
Aug 12 2026, 12:51 AM
Unknown Object (File)
Aug 11 2026, 3:16 PM
Unknown Object (File)
Aug 10 2026, 11:24 AM
Unknown Object (File)
Aug 10 2026, 11:24 AM
Unknown Object (File)
Aug 10 2026, 11:23 AM
Unknown Object (File)
Aug 7 2026, 8:25 PM
Subscribers

Details

Summary

The error cases (goto fin) of _nsdispatch were missing the unlock.

This change also drops the checks for __isthreaded since the pthread stubs
are already no-ops if threads are not being used. Dropping those conditionals
allows clang's thread safety analysis to deal with the file and also makes
the code a bit more readable. While touching the file also add a few more
assertions in debug mode that the right locks are held.

Diff Detail

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