Processed: Re: Bug#763500: nslint: Accept _ in TXT entries?

2024-05-20 Thread Debian Bug Tracking System
Processing control commands: > tags -1 + patch Bug #763500 [nslint] nslint: Accept _ in TXT entries? Added tag(s) patch. -- 763500: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763500 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

Bug#763500: nslint: Accept _ in TXT entries?

2024-05-20 Thread Petter Reinholdtsen
Control: tags -1 + patch I suspect a patch similar to this might solve it, by allowing _ at the start for both TXT and SRV records. diff --git a/nslint.c b/nslint.c index f298ad1..ef1c9d1 100644 --- a/nslint.c +++ b/nslint.c @@ -2762,6 +2762,11 @@ rfc1034host(const char *host, int recs)