Page MenuHomeFreeBSD

Fix stack leak in compat osendsig().
ClosedPublic

Authored by markj on Nov 22 2018, 5:14 PM.
Tags
None
Referenced Files
F115520408: D18298.id50917.diff
Thu, Apr 24, 7:12 PM
Unknown Object (File)
Mon, Apr 21, 11:53 PM
Unknown Object (File)
Mon, Apr 21, 11:01 PM
Unknown Object (File)
Mon, Apr 21, 9:56 PM
Unknown Object (File)
Mon, Apr 21, 2:11 PM
Unknown Object (File)
Mon, Apr 21, 2:08 PM
Unknown Object (File)
Mon, Apr 21, 2:06 PM
Unknown Object (File)
Mon, Apr 21, 1:39 PM
Subscribers

Details

Summary

Mirror the fix for i386 osendsig() in r218327.

Diff Detail

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

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.