Consistently allocate device and iface variables on the heap.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 3 Jan 2009 21:06:10 +0000 (22:06 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 3 Jan 2009 21:06:10 +0000 (22:06 +0100)
This fixes a segfault when no Device has been specified and tinc exits, and it
would try to free() a static string. Thanks to Borg for spottin.


No differences found