On 2020/06/11 05:59, Todd C. Miller wrote:
> 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
> 

OK

Reply via email to