Page MenuHomeFreeBSD

ctld: Fix sign bug validating kernel ports when reloading config
ClosedPublic

Authored by jhb on Apr 2 2025, 8:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 20, 9:45 PM
Unknown Object (File)
Mon, Mar 16, 4:42 AM
Unknown Object (File)
Mon, Mar 16, 4:36 AM
Unknown Object (File)
Thu, Mar 12, 2:10 PM
Unknown Object (File)
Wed, Mar 4, 5:55 PM
Unknown Object (File)
Feb 24 2026, 6:48 PM
Unknown Object (File)
Feb 21 2026, 10:29 PM
Unknown Object (File)
Feb 9 2026, 9:12 AM
Subscribers

Details

Summary

When I switched new_pports_from_conf to return bool instead of an
inverted int, I missed updating the call after reloading the config
file due to SIGHUP.

Fixes: 450a84c292ae ("ctld: Some bool-related cleanups")
Sponsored by: Chelsio Communications

Diff Detail

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