We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error while allocating memory for arena:
yara/libyara/arena.c
Lines 227 to 235 in 09027e5
Then unconditionally destroys the arena which is nullptr:
yara/libyara/compiler.c
Lines 283 to 288 in 09027e5
Detected by the Application Verifier (Windows) with the low resource simulation feature:
The text was updated successfully, but these errors were encountered:
8fbf255
Fix #1673.
db2de26
No branches or pull requests
Error while allocating memory for arena:
yara/libyara/arena.c
Lines 227 to 235 in 09027e5
Then unconditionally destroys the arena which is nullptr:
yara/libyara/compiler.c
Lines 283 to 288 in 09027e5
Detected by the Application Verifier (Windows) with the low resource simulation feature:

The text was updated successfully, but these errors were encountered: