Page MenuHomeFreeBSD

Improve sigonstack().
ClosedPublic

Authored by kib on Nov 27 2018, 5:22 PM.
Tags
None
Referenced Files
F135576877: D18361.id.diff
Mon, Nov 10, 11:50 PM
Unknown Object (File)
Mon, Nov 10, 3:57 AM
Unknown Object (File)
Sat, Nov 8, 12:43 AM
Unknown Object (File)
Sat, Nov 1, 6:00 AM
Unknown Object (File)
Mon, Oct 27, 4:57 AM
Unknown Object (File)
Sun, Oct 26, 7:50 AM
Unknown Object (File)
Mon, Oct 20, 7:04 AM
Unknown Object (File)
Mon, Oct 20, 7:04 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 Not Applicable
Unit
Tests Not Applicable

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.