Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
plusvic opened this issue Nov 24, 2013 · 1 comment
Closed

Comments

@plusvic
Copy link
Member

plusvic commented Nov 24, 2013

From zeroStei...@gmail.com on December 20, 2011 18:54:15

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: http://code.google.com/p/yara-project/issues/detail?id=32

@plusvic
Copy link
Member Author

plusvic commented Nov 24, 2013

From plus...@gmail.com on December 22, 2011 09:42:47

Fixed in r134

@plusvic plusvic closed this as completed Nov 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant