[Syslog-ng-commit] syslog-ng--mainline: Forward port: Fixed possible DoS when a 0 sized packet is received via UDP

Balazs Scheidler bazsi at balabit.hu
Wed Oct 25 10:12:32 CEST 2006


Link: <http://intra.balabit/cgi-bin/viewarch.cgi/devel@balabit.hu--other-1/syslog-ng--mainline--2.1--patch-6>
Revision: syslog-ng--mainline--2.1--patch-6
Archive: devel at balabit.hu--other-1
Creator: Balazs Scheidler <bazsi at balabit.hu>
Date: Wed Oct 25 10:12:31 CEST 2006
Standard-date: 2006-10-25 08:12:31 GMT
Modified-files: ChangeLog src/afsocket.c src/logreader.c
New-patches: devel at balabit.hu--other-1/syslog-ng--mainline--2.0--patch-72
    devel at balabit.hu--other-1/syslog-ng--mainline--2.1--patch-6
Summary: Forward port: Fixed possible DoS when a 0 sized packet is received via UDP
Keywords: 

	* src/logreader.c (log_reader_fetch_log): don't take 0 sized packets
	as EOF for packet based transports like UDP

	* src/afsocket.c (afsocket_sc_notify): don't close the input
	connection on read errors for non-stream based transports

Diff stats:
 ChangeLog       |   21 +++++++++++++++++++++
 src/afsocket.c  |    3 ++-
 src/logreader.c |    2 +-
 3 files changed, 24 insertions(+), 2 deletions(-)


More information about the Syslog-ng-commit mailing list