Page MenuHomeFreeBSD

openssh: blocklist: Remove non async-signal safe probe
ClosedPublic

Authored by jlduran on Oct 15 2025, 6:43 AM.
Tags
None
Referenced Files
F146293197: D53109.id164228.diff
Sun, Mar 1, 11:49 AM
F146293145: D53109.id164205.diff
Sun, Mar 1, 11:49 AM
Unknown Object (File)
Thu, Feb 19, 12:59 AM
Unknown Object (File)
Wed, Feb 18, 3:04 AM
Unknown Object (File)
Tue, Feb 17, 12:31 AM
Unknown Object (File)
Sun, Feb 8, 6:00 AM
Unknown Object (File)
Thu, Feb 5, 10:16 PM
Unknown Object (File)
Sat, Jan 31, 4:30 PM
Subscribers

Details

Summary

BLOCKLIST_NOTIFY() is called within a signal handler for the alarm after
the grace period has expired that may only take async-signal safe
actions.

MFC after: 1 day

Diff Detail

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