https://bugzilla.mindrot.org/show_bug.cgi?id=2820
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Blocks| |2782 --- Comment #1 from Damien Miller <[email protected]> --- This looks like a useful feature - thanks. One nit: + if (strncmp(ifa->ifa_name, options.bind_interface, + IFNAMSIZ)) + continue; I think this should be plain strcmp otherwise matching, say, "tun1" against "tun11" will succeed where it shouldn't. Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=2782 [Bug 2782] Tracking bug for OpenSSH 7.7 release -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
