]> granicus.if.org Git - esp-idf/commit
components/mdns: wrong Message compression detect
authorSiarhei Volkau <lis8215@gmail.com>
Fri, 27 Oct 2017 07:22:01 +0000 (10:22 +0300)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 3 Nov 2017 08:52:22 +0000 (16:52 +0800)
commit6e24566186c52dc5432b6b25c81abda577c21e85
treec42927a635c70886e0d82dc16f442d8f5ce1ff16
parent5827fd8c715990a21088d1c6e7a9fe517f908486
components/mdns: wrong Message compression detect

Old behavior assumes message compressed when any of 2 most significant bits are set,
But in fact Message compressed only when both those bits are set to 1.

Also maximal label length should be 63 bytes.
components/mdns/mdns.c