Link: <http://intra.balabit/cgi-bin/viewarch.cgi/devel@balabit.hu--other-1/syslog-ng--mainline--2.0--patch-72> Revision: syslog-ng--mainline--2.0--patch-72 Archive: devel@balabit.hu--other-1 Creator: Balazs Scheidler <bazsi@balabit.hu> Date: Wed Aug 2 09:22:17 CEST 2006 Standard-date: 2006-08-02 07:22:17 GMT Modified-files: ChangeLog src/afsocket.c src/logreader.c New-patches: devel@balabit.hu--other-1/syslog-ng--mainline--2.0--patch-72 Summary: 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 | 18 ++++++++++++++++++ src/afsocket.c | 3 ++- src/logreader.c | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-)