daemon: avoid memory leak when reading broken incoming TCP stream
Leak scenario:
- client establishes TCP connection
- sends valid query
- sends valid query prefixed by wrong length (less then length of DNS query)
- leak
Edited by Petr Špaček
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Leak scenario: