Arash Eslami
Results
3
comments of
Arash Eslami
Ok, thanks for the help. I tested with C library, it's working, the return string is 'Process' which is the expected result. and here is the stack trace: Traceback (most...
I investigate the problem further, it seems like ffi.string() function, if cdata point to pointer of bytes (in our case uint8_t *contents) stop at first null. One solution is to...
@Wenzel OK I would create a PR today.