From: Manuel Schölling <hidden> Date: 2014-05-31 16:44:43
According to RFC1035 "[...] the total length of a domain name (i.e.,
label octets and label length octets) is restricted to 255 octets or
less."
Signed-off-by: Manuel Schölling <redacted>
---
net/dns_resolver/dns_query.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Manuel Schölling <hidden> Date: 2014-05-31 21:37:50
According to RFC1035 "[...] the total length of a domain name (i.e.,
label octets and label length octets) is restricted to 255 octets or
less."
Signed-off-by: Manuel Schölling <redacted>
---
net/dns_resolver/dns_query.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From: David Miller <davem@davemloft.net> Date: 2014-06-05 07:06:33
From: Manuel Schölling <redacted>
Date: Sat, 31 May 2014 18:44:33 +0200
According to RFC1035 "[...] the total length of a domain name (i.e.,
label octets and label length octets) is restricted to 255 octets or
less."
Signed-off-by: Manuel Schölling <redacted>