Page MenuHomeFreeBSD

rpcgen: Unindent a line not guarded by if (mtflag).
ClosedPublic

Authored by jhb on Nov 29 2022, 7:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 19, 8:58 PM
Unknown Object (File)
Thu, Sep 5, 3:21 AM
Unknown Object (File)
Sun, Sep 1, 7:00 AM
Unknown Object (File)
Jun 29 2024, 9:25 PM
Unknown Object (File)
Jun 27 2024, 12:35 AM
Unknown Object (File)
Jun 19 2024, 7:22 AM
Unknown Object (File)
May 7 2024, 7:04 PM
Unknown Object (File)
Apr 21 2024, 5:03 PM
Subscribers

Details

Summary

mtflag is used to add pthread mutex locking around operations to make
them thread-safe. Setting the state to _SERVED is not conditional on
locking.

Diff Detail

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