forked from VirusTotal/yara
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sandbox: Fix loop in
CollectMatches()
(VirusTotal#1412)
The `CollectMatches()` function uses the `yr_rule_metas_foreach()` macro iterate over the rule metadata. The macro expands to a for-loop that already increments the loop variable, so we should not do this again. Drive-by: - Run Buildifier on `bazel/yara_deps.bzl`, deleting a few empty lines Signed-off-by: Christian Blichmann <[email protected]>
- Loading branch information
1 parent
7732801
commit 07b317e
Showing
2 changed files
with
0 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters