https://bugzilla.balabit.com/show_bug.cgi?id=259 Balazs Scheidler <bazsi@balabit.hu> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution| |FIXED Status|NEW |RESOLVED --- Comment #1 from Balazs Scheidler <bazsi@balabit.hu> 2013-11-06 08:51:16 --- thanks a lot for the detailed error report and the proposed fix. I have now integrated this patch to 3.5/master: commit f17b3fd3837e0b5c7dad8ac1cb1cd97f212b7301 Author: Balazs Scheidler <bazsi@balabit.hu> Date: Wed Nov 6 08:48:44 2013 +0100 afsocket: fix segmentation fault in the notls build When SSL is disabled, the construct_transport() virtual method was incorrectly initialized, causing an endless recursion during initialization of any AF_INET destination. This in turn causes a stack exhaustion, which in turn causes a segmentation fault. Thanks to Howard for the detailed bug report and proposed fix. Reported-by: Howard Tsai <htsai@skytap.com> Signed-off-by: Balazs Scheidler <bazsi@balabit.hu> -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.