Page MenuHomeFreeBSD

Check the magic value in longjmp() before calling sigprocmask().
ClosedPublic

Authored by jhb on Apr 18 2020, 4:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 7, 4:50 AM
Unknown Object (File)
Sep 25 2024, 5:35 PM
Unknown Object (File)
Sep 23 2024, 9:13 PM
Unknown Object (File)
Sep 23 2024, 4:16 PM
Unknown Object (File)
Sep 21 2024, 1:57 PM
Unknown Object (File)
Sep 19 2024, 1:26 AM
Unknown Object (File)
Sep 5 2024, 8:23 PM
Unknown Object (File)
Sep 2 2024, 7:41 PM
Subscribers

Details

Summary

This avoids passing garbage to sigprocmask() if the jump buffer is
invalid.

Obtained from: CheriBSD

Test Plan
  • booted multiuser in CheriBSD

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable