Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
golang: Resolve bug with handling of multiple argument rules
In the upstream library, when added with a single API call, multiple syscall argument rules should be matched with AND logic - if all of them match, the rule matches. At present, the Golang bindings apply OR logic to this case. This commit resolves this and reverts to the behavior of the main library. Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
- Loading branch information
Showing
1 changed file
with
37 additions
and
27 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