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)
Sat, May 9, 5:24 PM
Unknown Object (File)
Wed, Apr 29, 2:27 PM
Unknown Object (File)
Tue, Apr 28, 10:10 PM
Unknown Object (File)
Tue, Apr 28, 3:46 AM
Unknown Object (File)
Thu, Apr 23, 1:51 PM
Unknown Object (File)
Apr 19 2026, 7:43 PM
Unknown Object (File)
Apr 19 2026, 7:43 PM
Unknown Object (File)
Apr 18 2026, 7:57 PM
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.