syslog-ng--mainline: Forward port: Fixed possible DoS when a 0 sized packet is received via UDP
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@balabit.hu--other-1 Creator: Balazs Scheidler <bazsi@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@balabit.hu--other-1/syslog-ng--mainline--2.0--patch-72 devel@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(-)
participants (1)
-
bazsi@balabit.hu