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)
Fri, Sep 4, 7:38 AM
Unknown Object (File)
Thu, Sep 3, 5:01 PM
Unknown Object (File)
Thu, Aug 27, 11:18 AM
Unknown Object (File)
Wed, Aug 26, 6:00 PM
Unknown Object (File)
Sun, Aug 23, 8:08 AM
Unknown Object (File)
Sat, Aug 22, 8:42 AM
Unknown Object (File)
Fri, Aug 21, 7:50 AM
Unknown Object (File)
Wed, Aug 19, 4:37 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.