CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2020/09/15 01:45:06
Modified files: usr.bin/dig : dighost.c Log message: Fix botched conversion. This was not converted from parse_uint() which took a maxlength of 10 but isc_parse_uint32 which took a base of 10 and unlimited lenght. Use a maxval of 128 for prefix lengths instead.