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)
Tue, Apr 28, 4:30 PM
Unknown Object (File)
Mon, Apr 20, 2:53 AM
Unknown Object (File)
Wed, Apr 15, 2:46 PM
Unknown Object (File)
Mon, Apr 6, 12:43 PM
Unknown Object (File)
Sat, Apr 4, 2:41 PM
Unknown Object (File)
Mar 27 2026, 8:31 AM
Unknown Object (File)
Mar 27 2026, 12:49 AM
Unknown Object (File)
Mar 25 2026, 4:35 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.