[Forensics-changes] [yara] 379/415: Fix bug introduced in 3a7fe213404e91022a5c678e3d47bd732d4bd61f

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch debian
in repository yara.

commit 4d4e97ceec36183286a3ed4e3cbe9cd5e9ee5e0d
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Tue Jan 21 18:55:06 2014 +0100

    Fix bug introduced in 3a7fe213404e91022a5c678e3d47bd732d4bd61f
---
 libyara/rules.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/rules.c b/libyara/rules.c
index 09c17f3..0a08a36 100644
--- a/libyara/rules.c
+++ b/libyara/rules.c
@@ -1399,7 +1399,7 @@ int yr_rules_destroy(
   #if WIN32
   CloseHandle(rules->mutex);
   #else
-  pthread_mutex_destroy(rules->mutex);
+  pthread_mutex_destroy(&rules->mutex);
   #endif
 
   yr_arena_destroy(rules->arena);

-- 
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