Joy Allen
Joy Allen
Current threadpool in this project creates threads statically when it is initialized. And number of threads is fixed during its lifecycle. Why not create and destroy threads dynamically? Create: >...
It fails on uhyve because of `KVM_ENABLE_CAP` in `uhyve.c`. So, I just comment this section, then it works ok. However, it doesn't work on qemu. When I set `HERMIT_ISLE=qemu`, kernel...
`GetSyscallFromName` in seccomp.go may returns negative syscall nr without error. It is not reasonable since syscall can not be negative. Test case: ``` [[Code]] callNum, err := libseccomp.GetSyscallFromName(call.Name) if err...