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, Oct 18, 9:19 PM
Unknown Object (File)
Sat, Oct 18, 9:19 PM
Unknown Object (File)
Sat, Oct 18, 9:19 PM
Unknown Object (File)
Sat, Oct 18, 11:04 AM
Unknown Object (File)
Sep 22 2025, 12:01 AM
Unknown Object (File)
Sep 17 2025, 1:21 PM
Unknown Object (File)
Sep 4 2025, 9:49 AM
Unknown Object (File)
Aug 24 2025, 8:26 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.