[syslog-ng] RE: 1.9.9 segmentation fault

Balazs Scheidler bazsi at balabit.hu
Wed Mar 22 16:38:02 CET 2006


On Wed, 2006-03-22 at 07:43 -0600, Martin, David M wrote:
> here you go.  let me know if you need additional info.

And here's the patch which should fix it:

--- orig/src/logwriter.c
+++ mod/src/logwriter.c
@@ -327,6 +327,7 @@ log_writer_flush_log(LogWriter *self, FD
               line = NULL;
               if (errno != EAGAIN)
                 goto write_error;
+              return TRUE;
             }
           else
             {



-- 
Bazsi



More information about the syslog-ng mailing list