Page MenuHomeFreeBSD

Fix stack leak in compat osendsig().
ClosedPublic

Authored by markj on Nov 22 2018, 5:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 2, 6:18 PM
Unknown Object (File)
Sat, Jul 26, 8:08 PM
Unknown Object (File)
Sat, Jul 26, 3:42 PM
Unknown Object (File)
Wed, Jul 23, 9:46 AM
Unknown Object (File)
Jul 10 2025, 7:42 AM
Unknown Object (File)
Jun 30 2025, 2:30 AM
Unknown Object (File)
Jun 29 2025, 3:48 PM
Unknown Object (File)
Jun 22 2025, 10:14 PM
Subscribers

Details

Summary

Mirror the fix for i386 osendsig() in r218327.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 21159
Build 20516: arc lint + arc unit

Event Timeline

markj added a reviewer: kib.

Other sendsig() implementations, including the native one on amd64, bzero(&sf, sizeof(sf)); instead of tracking specific fields. I do not mind either way.

This revision is now accepted and ready to land.Nov 22 2018, 5:35 PM
This revision was automatically updated to reflect the committed changes.