Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: mdns_resolver: Fix malformed MDNS response
The query->len does not take 'Terminator' into account, shift over one byte to prevent overwriting it with next field (Type). This fixes mdns_resolver sample. Fixes: 87eb552 (net/dns: Switch mdns responder to new net_pkt API) Signed-off-by: Loic Poulain <[email protected]>
- Loading branch information