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, Apr 4, 2:41 PM
Unknown Object (File)
Fri, Mar 27, 8:31 AM
Unknown Object (File)
Fri, Mar 27, 12:49 AM
Unknown Object (File)
Wed, Mar 25, 4:35 AM
Unknown Object (File)
Wed, Mar 25, 2:40 AM
Unknown Object (File)
Wed, Mar 25, 2:11 AM
Unknown Object (File)
Tue, Mar 24, 8:25 AM
Unknown Object (File)
Tue, Mar 17, 5:42 AM
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.