CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/26 13:08:36
Modified files:
usr.bin/tsort : tsort.c
Log message:
Make tsort(1) abort early if input lines contain NUL bytes
tsort works on text files with data separated by whitespace, there is no
need or reason to support NUL as an additional word delimiter. It's
easier to just detect invalid input early, in the two functions which
read data.
Similar diff from espie, ok tb@ renaud@
