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)
Sep 19 2024, 4:13 AM
Unknown Object (File)
Sep 17 2024, 5:38 PM
Unknown Object (File)
Sep 7 2024, 3:13 PM
Unknown Object (File)
Sep 4 2024, 5:09 PM
Unknown Object (File)
Aug 17 2024, 4:49 AM
Unknown Object (File)
Jul 6 2024, 5:44 PM
Unknown Object (File)
Jun 26 2024, 2:02 PM
Unknown Object (File)
Jun 26 2024, 1:35 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.