fix the domain name length limit checks
authorSzabolcs Nagy <nsz@port70.net>
Thu, 5 Jun 2014 20:52:40 +0000 (22:52 +0200)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 5 Jun 2014 21:06:37 +0000 (23:06 +0200)
commit2abb70c302efe46dfd8fd9e1d64fa00f1376f428
tree869f116a88556e51d9a4bc365bf47ad2532d3f8b
parentb3d9e0b94ea73c68ef4169ec82c898ce59a4e30a
fix the domain name length limit checks

A domain name is at most 255 bytes long (RFC 1035), but the string
representation is two bytes smaller so the strlen maximum is 253.
src/network/lookup_name.c
src/network/res_mkquery.c
src/network/res_querydomain.c