Hi,
Many Thanks for your help.
I have tried to test it but I'm struggling with the prereq components such as pyton and ssl, so I can't report any results.
Werner

Please respond to "Syslog-ng users' and developers' mailing list"        <syslog-ng@lists.balabit.hu>

Sent by:        syslog-ng-bounces@lists.balabit.hu

To:        "Syslog-ng users' and developers' mailing list" <syslog-ng@lists.balabit.hu>
cc:        
Subject:        Re: [syslog-ng] [Bug 32] syslog-ng stops listening after receiving a zero length udp packet


On Wed, 2009-02-11 at 12:01 +0100, CentralRegion IPAdmin wrote:
>
> Hi,
> We have version 2.0.6 and version 2.1.1 on various servers.
> Is any of them affected by this - If yes, which one ?  

Those should not be affected. However here's a short testprogram to test
them:

#!/usr/bin/python
import socket

s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM, 0)
s.connect(('127.0.0.1', 514))
s.send('')

Of course you can change the destination address in the script.

I'd appreciate if you could report back on your findings. Thanks in
advance.

--
Bazsi

______________________________________________________________________________
Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng
Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng
FAQ: http://www.campin.net/syslog-ng/faq.html