keepsimple1 / mdns-sd

Rust library for mDNS based Service Discovery
Apache License 2.0
102 stars 39 forks source link

dns_parser: check against potential name compression loop #257

Closed keepsimple1 closed 2 months ago

keepsimple1 commented 2 months ago

This aims to fix the issue #253 . A new test case is added to verify the infinite loop could happen without the fix.