search for: net2str

Displaying 4 results from an estimated 4 matches for "net2str".

Did you mean: dec2str
2005 Mar 31
1
segfault in current svn
...ent version of tinc crashes with a segfault. it seems, as if has to to with fact, that i don`t have configured any subnets.... if the client tries to start up subnet_update() ist called for myself. the for iteration does not get an entry (because the subnet avl-tree is empty). the later call of net2str causes a segfault, because it gets an empty subnet and tries to access the type field of the subnet structure. i included a patch wich checks the subnet pointer before calling the net2str function, and a small check inside the net2str function which checks the giben subnet argument against NULL...
2002 Jul 07
2
Metadata socket and net2str() error
...21]: Ready Jul 7 20:49:46 Client tinc.iwan[242]: Metadata socket error for Server (192.168.0.1 port 655): Connection reset by peer and: Jul 7 20:47:10 Server tinc.iwan[909]: Metadata socket error for Client (192.168.0.9 port 1025): Connection reset by peer Jul 7 20:49:46 Server tinc.iwan[909]: net2str() was called with unknown subnet type 134621912, exitting! The errors about the metadata and net2str() are the most common ones. Attempts -------- I have attempted to leave out the subnet definitions in each of the host files (on both machines), but that didn't help. Also, using "192.168...
2005 Jan 18
1
tinc svn rev 1432 segfaults
...fault) tinc[32605]: Got another fatal signal 11 (Segmentation fault): not restarting. I've got two nodes set up in switch mode which work fine with tinc-1.0.2 (not with 1.0.3 due to the broadcast packet issue) gdb backtrace: Program received signal SIGSEGV, Segmentation fault. 0x0805667c in net2str (netstr=0xbffff8a0 "SUBNET=", len=71, subnet=0x0) at subnet.c:250 250 switch (subnet->type) { (gdb) bt #0 0x0805667c in net2str (netstr=0xbffff8a0 "SUBNET=", len=71, subnet=0x0) at subnet.c:250 #1 0x08056b35 in subnet_update (owner=0x80d3c48, subnet=0x0,...
2007 Jul 21
2
tincctl patches
(Second try to send this. I wonder if the first one gotten eaten by a spam filter; I'll link to patches instead of attaching them.) Here are the tincctl patches I've been working on. They apply to http://www.tinc-vpn.org/svn/tinc/branches/1.1@1545. I intend to commit them once the crypto stuff's fixed. Since they're basically done, I'm emailing them now for review and in case