April 8, 2008
View e5b0783

-lcheck needs to be conditional, use @LCHECK@. Regenerate Makefiles.

Török Edvin authored on 2008/04/08 21:57:55
View 71a282f

AC_CHECK_LIB 3rd argument was empty, and this causes '-lcheck' to be added to LIBS. This caused all executables to be linked against libcheck on some platforms. We only need to link with libcheck the unit-test, so avoid this by specifying a command as 3rd arg. Regenerate configure & Makefiles.

Török Edvin authored on 2008/04/08 21:40:45
View 07da5f3

una_u32 should be unsigned.

Török Edvin authored on 2008/04/08 21:27:04
View dd5b8f1

fix big-endian support

Tomasz Kojm authored on 2008/04/08 06:19:05
April 7, 2008
View f8c4a43

use 2 separate unions for safety

Török Edvin authored on 2008/04/07 23:43:30
View 2565ef4

fix attribute packed handling. Add testcase for readint16

Török Edvin authored on 2008/04/07 23:42:05
View 415543e

add pragmas for non-gcc compilers

Török Edvin authored on 2008/04/07 23:12:24
View 7578690

libclamav, unit-tests: use packed attribute for unaligned access, bb #890. Testcase now passes with gcc-4.3 -O3 (-msse2)

Török Edvin authored on 2008/04/07 22:45:31
View 2b48146

Use packed attribute for unaligned access. See bb #890

Török Edvin authored on 2008/04/07 22:43:52
View c47e43c

testcase for bb #890. It fails on gcc-4.3 -O3 (-msse2) currently.

Török Edvin authored on 2008/04/07 22:43:16
View 5d763f0

scan for embedded PEs inside OLE2 files (bb#914)

Tomasz Kojm authored on 2008/04/07 20:32:29
View 705d9d8

error checking is now done inside cli_unlink

Török Edvin authored on 2008/04/07 19:20:01
View 0ba3503

downgrade some error messages (bb#911, bb#798)

Tomasz Kojm authored on 2008/04/07 18:56:56
April 6, 2008
View 4b87520

bb#911

aCaB authored on 2008/04/06 20:16:07
View 3e0fdef

bb#911

aCaB authored on 2008/04/06 20:03:36