On Thu, 11 Jun 2020 12:36:27 +0100, Stuart Henderson wrote: > This "fixes" it ... > > I think the most sensible approach for now is the backout diff > in my previous mail. Any OKs for that?
The strlcpy() is wrong now that inputFS is a pointer.
It should be:
strlcpy(inputFS, *FS, len_inputFS);
- todd
