Log Message: patches/patch-tuntap__{freebsd,netbsd,osx}.c: tuntap_open() is calling a wrong function, leading to a linkage failure. This bug goes unnoticed if you are using GCC because the call of tun_close() is optimized out as the condition "fd < 0" never holds.
Revision | Action | file |
1.6 | modify | wip/n2n/TODO |
1.3 | modify | wip/n2n/distinfo |
1.2 | modify | wip/n2n/patches/patch-tuntap__netbsd.c |
1.1 | add | wip/n2n/patches/patch-tuntap__freebsd.c |
1.1 | add | wip/n2n/patches/patch-tuntap__osx.c |