file_taint plugin must be used with the state 'syscalls2:load-info=True', because it calls .enter_switch without the "__syscall_meta" not to be loaded.
As a result, at this line lava crashed due to NULL pointer dereference (syscall_meta == null).
I don't know why is a default value of load-info False, but I've fixed a lava script which can load syscalls2 correctly.
file_taint plugin must be used with the state 'syscalls2:load-info=True', because it calls .enter_switch without the "__syscall_meta" not to be loaded. As a result, at this line lava crashed due to NULL pointer dereference (syscall_meta == null). I don't know why is a default value of load-info False, but I've fixed a lava script which can load syscalls2 correctly.