Page MenuHomeFreeBSD

Improve sigonstack().
ClosedPublic

Authored by kib on Nov 27 2018, 5:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 1, 12:54 AM
Unknown Object (File)
Wed, May 1, 12:54 AM
Unknown Object (File)
Wed, May 1, 12:54 AM
Unknown Object (File)
Tue, Apr 30, 9:49 PM
Unknown Object (File)
Wed, Apr 17, 3:07 AM
Unknown Object (File)
Mar 4 2024, 9:52 AM
Unknown Object (File)
Jan 13 2024, 11:14 AM
Unknown Object (File)
Dec 20 2023, 8:22 AM
Subscribers

Details

Summary

Avoid relying on unsigned overflow for the test.
Simplify expressions to avoid duplicate check for the range.
Style.
Add herald comment.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 21229

Event Timeline

One nit: s/sigaltstack/sigonstack/ in the commit message.

This revision is now accepted and ready to land.Nov 27 2018, 7:36 PM
kib retitled this revision from Improve sigaltstack(). to Improve sigonstack()..Nov 27 2018, 7:46 PM
This revision was automatically updated to reflect the committed changes.