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
Unknown Object (File)
Wed, Mar 11, 12:13 PM
Unknown Object (File)
Tue, Mar 3, 2:55 PM
Unknown Object (File)
Sun, Mar 1, 11:49 AM
Unknown Object (File)
Sun, Mar 1, 11:49 AM
Unknown Object (File)
Feb 19 2026, 12:59 AM
Unknown Object (File)
Feb 18 2026, 3:04 AM
Unknown Object (File)
Feb 17 2026, 12:31 AM
Unknown Object (File)
Feb 8 2026, 6:00 AM
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