Commit 1a21d7b840ea1011d4bef1675ee3c7309d48ab3e

Nick Mathewson 2011-04-05T17:21:12

Fix the check for multicast or broadcast addresses in evutil_check_interfaces First of all, it is totally okay to have an address end with .255, depending on what your netmask is, so we shouldn't reject a local address if it ends with .255. Second, our check for ending with .255 was broken. So was our check for class-d addresses. Found by Dave Hart.