Hi,
there was problem when xlog's select was resolving the structure and tried to free block which was not allocated... the string was inside bigger block.
Please update select.c from CVS or apply attached patch.
Michal
On Thu, Feb 23, 2006 at 11:58:25AM +0100, Klaus Darilion wrote:
Hi Michal!
I've update my CVS copy and now xlog with @tls works. But I've found a new problem:
This works fine: xlog("L_ERR","@tls = %@tls (String description of the TLS layer)\n");
This causes a bug when starting ser: xlog("L_ERR","@tls.peer = %@tls.peer (Peer certificate subject common name)\n");
I've attached the relevant log output when parsing these two xlog statements. I do not know if this is a bug in xlog or tls module.
regards klaus