commit | 604e83097f77b911cc4af16ecdfe5be8d825c19d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 06 00:48:23 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 06 00:48:23 2009 +0100 |
tree | ede25df04aabe9ce1d7391cd3900f7e2c9d88c2c | |
parent | 3a7d20781d8e8fee95765288dd4d83827c0e63fd [diff] |
[BUG] interface binding: length must include the trailing zero The interface length passed to the setsockopt(SO_BINDTODEVICE) must include the trailing \0. Otherwise it will randomly fail.