[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:27:45 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit fb658071b1847c82914c2d08f603b53447941537
Author: Török Edvin <edwin at clamav.net>
Date:   Wed Mar 31 15:08:24 2010 +0300

    Fix Ctrl-C handler on win32, thanks Sherpya!

diff --git a/libclamav/c++/llvm/lib/System/Win32/Signals.inc b/libclamav/c++/llvm/lib/System/Win32/Signals.inc
index dba2218..f2b72ca 100644
--- a/libclamav/c++/llvm/lib/System/Win32/Signals.inc
+++ b/libclamav/c++/llvm/lib/System/Win32/Signals.inc
@@ -163,6 +163,7 @@ void sys::AddSignalHandler(void (*FnPtr)(void *), void *Cookie) {
     CallBacksToRun = new std::vector<std::pair<void(*)(void*), void*> >();
   CallBacksToRun->push_back(std::make_pair(FnPtr, Cookie));
   RegisterHandler();
+  LeaveCriticalSection(&CriticalSection);
 }
 }
 

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list