Merge branch 'features/yara' of git.clam.sourcefire.com:/var/lib/git/clamav-devel into features/yara

remotes/push_mirror/klin/altstr-yara
Kevin Lin 10 years ago
commit 37d7adab4e
  1. 4
      libclamav/yara_parser.c

@ -136,7 +136,6 @@ int yr_parser_emit_pushes_for_strings(
const char* identifier)
{
YR_COMPILER* compiler = yyget_extra(yyscanner);
#ifdef REAL_YARA //crashes because string->identifier is NULL
YR_STRING* string = compiler->current_rule_strings;
const char* string_identifier;
@ -189,9 +188,6 @@ int yr_parser_emit_pushes_for_strings(
}
return compiler->last_result;
#else
return ERROR_SUCCESS;
#endif
}

Loading…
Cancel
Save