Page MenuHomeFreeBSD

Fix refcount leak in SGX Linux compat ioctl handlers.
ClosedPublic

Authored by markj on Feb 16 2019, 6:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Feb 26, 12:09 PM
Unknown Object (File)
Sat, Feb 8, 11:44 PM
Unknown Object (File)
Sat, Feb 8, 12:49 PM
Unknown Object (File)
Jan 26 2025, 3:12 AM
Unknown Object (File)
Jan 22 2025, 12:19 PM
Unknown Object (File)
Jan 17 2025, 5:54 PM
Unknown Object (File)
Jan 13 2025, 6:59 PM
Unknown Object (File)
Jan 12 2025, 1:37 AM
Subscribers

Details

Summary

Also get rid of some debug prints while here.

Diff Detail

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

Event Timeline

  • Return the error from copyin(9).
kib added inline comments.
sys/amd64/sgx/sgx_linux.c
84 ↗(On Diff #53992)

Fix style there as well ? (!= 0)

This revision is now accepted and ready to land.Feb 16 2019, 8:26 PM
This revision was automatically updated to reflect the committed changes.