[hackers] [ubase] mount: fix mount helper fs option handling || Brad Barden

2016-02-11 Thread git
commit 4dbd00fc948efef8e8bbe4d52189e98701227948 Author: Brad Barden AuthorDate: Thu Jan 28 15:53:36 2016 -0600 Commit: sin CommitDate: Thu Feb 11 10:16:41 2016 + mount: fix mount helper fs option handling If a mount helper is used,

Re: [hackers] [ubase] mount: fix mount helper fs option handling || Brad Barden

2016-02-11 Thread FRIGN
On Thu, 11 Feb 2016 11:16:47 +0100 (CET) g...@suckless.org wrote: > + if (strlcat(fsopts, EARGF(usage()), sizeof(fsopts)) >= > sizeof(fsopts)) > + if (strlcat(fsopts, me->mnt_opts, > sizeof(fsopts)) >= sizeof(fsopts)) Use estrlcat() instead.