dnsproxy: Add reply host part length checking
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 25 Oct 2012 10:52:22 +0000 (13:52 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 25 Oct 2012 13:18:16 +0000 (16:18 +0300)
commit08efe8080a1ba9982dc40446ebacc68bfb668041
tree96d5541b26dc4a262377071f11e2a16dd798a348
parentde9e458c766c0393610db244eda509dc70a35bf4
dnsproxy: Add reply host part length checking

Check that the first part of the name is not of zero length before
attempting to calculate the length of the domain part. Also ensure
the domain lenght checking does not run outside of the receive
buffer.

Also add debug messages for ids and lengths in order to pinpoint
any possible problems.
src/dnsproxy.c