Re: [clamav-users] Calling Clamd INSTREAM on blocks of data, can a virus sneak by the edge of a block?

2011-12-25 Thread Török Edwin
On 12/25/2011 07:48 AM, John-Charles D. Sokolow wrote: > I am experimenting with a python script which uses > http://xael.org/norman/python/pyclamd/ to scan blocks of data. > Here is my scenario, I read one block, ( 4096 bytes in my case ) from a > socket. I call pyclamd.scan_stream( block ), whi

[clamav-users] Calling Clamd INSTREAM on blocks of data, can a virus sneak by the edge of a block?

2011-12-24 Thread John-Charles D. Sokolow
I am experimenting with a python script which uses http://xael.org/norman/python/pyclamd/ to scan blocks of data. Here is my scenario, I read one block, ( 4096 bytes in my case ) from a socket. I call pyclamd.scan_stream( block ), which I assume is in turn calling either INSTREAM, or STREAM, ( I