Routing in tinc pre5

Guus Sliepen guus at sliepen.warande.net
Wed Feb 27 23:31:26 CET 2002


On Tue, Feb 26, 2002 at 02:43:39PM -0700, Igor Belokopytov wrote:

> [root at HostA tinc]# gdb /usr/local/sbin/tincd core
[...]

Thanks, that was most helpful!

The bug is actually triggered only when the debug level is equal or
higher than 3 and when keys are exchanged. So, lower your debug level.
If you really want the logs, replace protocol.c line 70:

  request = va_arg(args, int);

With:

  sscanf(buffer, "%d", &request);

I'll fix it in a better way in CVS as soon as possible.

-- 
Met vriendelijke groet / with kind regards,
  Guus Sliepen <guus at sliepen.warande.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
Url : http://brouwer.uvt.nl/pipermail/tinc/attachments/20020227/18ab31b3/attachment.pgp


More information about the Tinc mailing list