On Thu, Feb 11, 2016 at 12:41:33AM -0600, Brad Barden wrote:
> +             if (strlcat(fsopts, EARGF(usage()), sizeof(fsopts)) > 
> sizeof(fsopts))
> +                     eprintf("option string too long\n");

Thanks for the patch.

The conditional should be >= sizeof(fsopts).  Can you resend with the
updated code?

Reply via email to