keystone-enclave / keystone-sdk

SDK for Keystone Enclave - ABI/SBI libraries and sample apps
Other
44 stars 22 forks source link

potential little bugs #71

Open SunflowerAries opened 3 years ago

SunflowerAries commented 3 years ago

Hi, I'm developing an app on keystone now, and find there may exist some problem. Here I guess it's checking whether the shared buffer is big enough for the data(pointed by ptr, of size bytes) returned by the host, so it may be the size instead of sizeof(struct edge_data) passed to edge_call_get_offset_from_ptr for boundary check.