[Forensics-changes] [yara] 151/192: Replace tab with spaces
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:31:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.6.0
in repository yara.
commit 62f1ef730adf6852ce7f72a7307a16f9edf94d89
Author: plusvic <plusvic at gmail.com>
Date: Tue Apr 25 16:21:53 2017 +0200
Replace tab with spaces
---
libyara/ahocorasick.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libyara/ahocorasick.c b/libyara/ahocorasick.c
index 2bdd9bb..26e7fe9 100644
--- a/libyara/ahocorasick.c
+++ b/libyara/ahocorasick.c
@@ -480,7 +480,7 @@ int _yr_ac_find_suitable_transition_table_slot(
automaton->t_table = (YR_AC_TRANSITION_TABLE) yr_realloc(
automaton->t_table, t_bytes_size * 2);
- automaton->m_table = (YR_AC_MATCH_TABLE) yr_realloc(
+ automaton->m_table = (YR_AC_MATCH_TABLE) yr_realloc(
automaton->m_table, m_bytes_size * 2);
if (automaton->t_table == NULL || automaton->m_table == NULL)
--
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