This commit is contained in:
Miek Gieben 2013-06-14 19:42:55 +01:00
parent b697d25ed9
commit 5d094e6e2d
5 changed files with 8 additions and 8 deletions

View File

@ -71,10 +71,10 @@ Loop:
// End of the domainname
break Loop
}
if off+c>l {
if off+c > l {
return false
}
off +=c
off += c
case 0xC0:
// pointer, next byte included, ends domainname