-
Fix segfault at error in match string (#62) · 9b4db21a
If Yara return error for `rules.match(data='string')` the Python wrapper module crashes process with a segmentation fault. Handle properly errors from 'data' and from 'pid'.
barahilia authored
×