fix multiple validation issues in dns response label parsing
authorSzabolcs Nagy <nsz@port70.net>
Thu, 5 Jun 2014 20:32:42 +0000 (22:32 +0200)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 5 Jun 2014 21:01:46 +0000 (23:01 +0200)
Due to an error introduced in commit fcc522c92335783293ac19df318415cd97fbf66b,
checking of the remaining output buffer space was not performed correctly,
allowing malformed input to write past the end of the buffer.

In addition, the loop detection logic failed to account for the possibility
of infinite loops with no output, which would hang the function.

The output size is now limited more strictly so only names with valid length
are accepted.


No differences found