dave-tucker/syscall-digest

Long paths are not supported

dave-tucker opened this issue · 0 comments

Paths can be 256 bytes long, but this upsets the verifier as we run out of stack space.

We need to use a PerCpuArray as a buffer to prepare ProcLog events.