about summary refs log tree commit diff
path: root/resolv/tst-ns_name.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
| | | | | | | * All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
* resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359]Florian Weimer2017-04-131-2/+137
| | | | | | | 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.
* resolv: Add test coverage for ns_name_unpack, ns_name_ntopFlorian Weimer2017-04-041-0/+303