enarx-archive / sallyport

API for the hypervisor-microkernel boundary
Apache License 2.0
7 stars 6 forks source link

Don't clear `epoll_ctl()` event data #22

Closed npmccallum closed 2 years ago

npmccallum commented 2 years ago

This patch makes the interface work again. But in the process it discloses some data to the host. We will fix it after shim allocation lands. The debt bug recording this is available here:

enarx/enarx#1723

Signed-off-by: Nathaniel McCallum nathaniel@profian.com