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

From: FRIGN <dev_AT_frign.de>
Date: Thu, 11 Feb 2016 15:15:51 +0100

On Thu, 11 Feb 2016 11:16:47 +0100 (CET)
git_AT_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.

Cheers

FRIGN

-- 
FRIGN <dev_AT_frign.de>
Received on Thu Feb 11 2016 - 15:15:51 CET

This archive was generated by hypermail 2.3.0 : Thu Feb 11 2016 - 15:24:12 CET