bug1240 499 B

12345678
  1. o Minor bugfixes:
  2. - When running with an older Linux kernel that erroneously responds
  3. to strange nmap behavior by having accept() return successfully
  4. with a zero-length socket, just close the connection. Previously,
  5. we would try harder to learn the remote address: but there was no
  6. such remote address to learn, and our method for trying to learn
  7. it was incorrect. Fixes bugs #1240, #4745, and #4747. Bugfix on
  8. 0.1.0.3-rc. Reported and diagnosed by "r1eo".