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, Oct 18, 3:17 AM
Unknown Object (File)
Fri, Oct 17, 4:58 PM
Unknown Object (File)
Fri, Oct 17, 4:58 PM
Unknown Object (File)
Fri, Oct 17, 4:58 PM
Unknown Object (File)
Fri, Oct 17, 8:25 AM
Unknown Object (File)
Wed, Oct 15, 10:32 AM
Unknown Object (File)
Tue, Oct 14, 6:02 AM
Unknown Object (File)
Thu, Oct 9, 8:18 PM
Subscribers

Details

Summary

Also get rid of some debug prints while here.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 22531
Build 21674: arc lint + arc unit

Event Timeline

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

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.