keystone-enclave / keystone-sdk

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

Maximum number of edge call hard-coded to 10 #70

Open dayeol opened 3 years ago

dayeol commented 3 years ago

The maximum number of edge calls that can be registered is hard-coded to 10.

https://github.com/keystone-enclave/keystone-sdk/blob/24a5ed369ac0606aac486382a0855a459d9362ed/include/edge/edge_common.h#L17

This isn't optimal way of handling this, so we'd change it to use a dynamic data structure.

https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/keystone-enclave-forum/FGuZMBlR1-M/ZSsiTVV7BwAJ