odin1314 / yara-project

Automatically exported from code.google.com/p/yara-project
Apache License 2.0
0 stars 0 forks source link

Yara-Python segfaults when inspecting the attributes of match objects #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. matches = rules.match('tmp.txt')
2. dir(matches[0])

What is the expected output? What do you see instead?
I expected to see the attributes within the namespace but I got a segfault 
instead.

What version of the product are you using? On what operating system?
Yara 2.6 on Linux with Python2.7 and Yara 2.6 on Windows XP with Python 2.7

Please provide any additional information below.
This problem also affects rules object output of yara.compile

Original issue reported on code.google.com by zeroStei...@gmail.com on 20 Dec 2011 at 5:54

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed in r134

Original comment by plus...@gmail.com on 22 Dec 2011 at 5:42