On Sun, 25 Dec 2022 17:21:50 +0000, Miod Vallat wrote: > Now, there are three uses of copystr() left in the kernel, and two of > them ignore the return value of copystr(), and do not need the length of > the result to be returned. > > These two can be trivially replaced with strlcpy() calls.
Sure. OK millert@ - todd