Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-13 | resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359] | Florian Weimer | |
This bug did not affect name resolution because those functions indirectly call ns_name_pack with a buffer which is always larger than the generated query packet, even in the case of the longest-possible domain name. | |||
2017-04-04 | resolv: Add test coverage for ns_name_unpack, ns_name_ntop | Florian Weimer | |