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
F157451450: D49641.id153040.diff
Thu, May 21, 2:45 PM
Unknown Object (File)
Sat, May 16, 4:49 AM
Unknown Object (File)
Wed, May 13, 4:57 PM
Unknown Object (File)
Wed, May 13, 1:45 PM
Unknown Object (File)
Tue, May 12, 7:38 AM
Unknown Object (File)
Wed, May 6, 7:49 PM
Unknown Object (File)
Tue, May 5, 7:07 AM
Unknown Object (File)
Apr 22 2026, 9:46 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