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)
Dec 20 2023, 1:59 AM
Unknown Object (File)
Dec 11 2023, 7:30 AM
Unknown Object (File)
Oct 28 2023, 1:02 PM
Unknown Object (File)
Aug 27 2023, 6:56 AM
Unknown Object (File)
Aug 13 2023, 6:18 AM
Unknown Object (File)
Aug 4 2023, 10:48 AM
Unknown Object (File)
Aug 4 2023, 10:48 AM
Unknown Object (File)
Aug 4 2023, 10:47 AM
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.