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
F151498581: D19214.diff
Wed, Apr 8, 8:23 PM
F151449857: D19214.diff
Wed, Apr 8, 11:55 AM
Unknown Object (File)
Tue, Apr 7, 11:28 PM
Unknown Object (File)
Fri, Apr 3, 7:08 AM
Unknown Object (File)
Thu, Apr 2, 12:18 PM
Unknown Object (File)
Thu, Apr 2, 4:03 AM
Unknown Object (File)
Wed, Apr 1, 12:21 PM
Unknown Object (File)
Thu, Mar 26, 1:27 AM
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.