sslab-gatech/opensgx

sgx_read always returns 0

jonhoo opened this issue · 1 comments

When I do sgx_read on a network socket, the return value seems to always be 0 on success, regardless of how many bytes were actually read?

After Ming-Wei's check-in related to libc patching, this issue seems to be solved.
(Tested in the simple-client.c, check the return value of read() call.)
If it still has problem, please let us know.
Thanks!