Re: [hackers] [sbase] [PATCH v2] mount: fix mount helper fs option handling
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?
Received on Thu Feb 11 2016 - 10:46:57 CET
This archive was generated by hypermail 2.3.0
: Thu Feb 11 2016 - 10:48:13 CET