Reduce bytecodetimeout to 5s instead of 60.

In case of buggy bytecode limits the amount of resources consumed.
This commit is contained in:
Török Edvin
2011-01-20 16:12:11 +02:00
parent ecedf8a9f9
commit c19477ec23
3 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
Thu Jan 20 16:11:43 EET 2011 (edwin)
------------------------------------
* shared/optparser.c: reduce BytecodeTimeout to 5s (instead of 60).
Thu Jan 20 16:09:29 EET 2011 (edwin)
-----------------------------------
* libclamav/bytecode_vm.c: fix memset on bigendian arch (bb #2478).