[Forensics-changes] [yara] 59/407: Remove comment that is OBE.
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:28:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.3.0
in repository yara.
commit fd302125da51619ecca407468fdee221d4605e56
Author: Wesley Shields <wxs at atarininja.org>
Date: Tue Sep 23 23:55:25 2014 -0400
Remove comment that is OBE.
---
libyara/grammar.c | 4 ++--
libyara/grammar.y | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libyara/grammar.c b/libyara/grammar.c
index 29d0bc8..ac7997b 100644
--- a/libyara/grammar.c
+++ b/libyara/grammar.c
@@ -2595,7 +2595,7 @@ yyreduce:
yyscanner,
(yyvsp[(3) - (3)].c_string),
OP_CONTAINS_STR,
- UNDEFINED); // XXX: UNDEFINED?
+ UNDEFINED);
yr_free((yyvsp[(3) - (3)].c_string));
@@ -2614,7 +2614,7 @@ yyreduce:
yyscanner,
(yyvsp[(3) - (3)].c_string),
OP_MATCHES_STR,
- UNDEFINED); // XXX: UNDEFINED?
+ UNDEFINED);
yr_free((yyvsp[(3) - (3)].c_string));
diff --git a/libyara/grammar.y b/libyara/grammar.y
index b2145c9..14fd558 100644
--- a/libyara/grammar.y
+++ b/libyara/grammar.y
@@ -926,7 +926,7 @@ expression
yyscanner,
$3,
OP_CONTAINS_STR,
- UNDEFINED); // XXX: UNDEFINED?
+ UNDEFINED);
yr_free($3);
@@ -942,7 +942,7 @@ expression
yyscanner,
$3,
OP_MATCHES_STR,
- UNDEFINED); // XXX: UNDEFINED?
+ UNDEFINED);
yr_free($3);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git
More information about the forensics-changes
mailing list