Add libfuse util strtol wrapper
authorJoanne Koong <joannelkoong@gmail.com>
Mon, 7 Oct 2024 20:37:20 +0000 (13:37 -0700)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Fri, 11 Oct 2024 11:15:38 +0000 (13:15 +0200)
commit535808c4d93e4637577aa17bf8413a41920dd2d8
tree823ce1f443beeb98ec5a1ae997375b8d70161014
parent55eb214db9fa6c16f0af6a4e1a70b56b959aee3e
Add libfuse util strtol wrapper

Add a wrapper around strtol for more rigorous error checking
and convert uses of atoi and strtol to use this instead.
lib/fuse_loop_mt.c
lib/fuse_lowlevel.c
lib/meson.build
lib/mount_bsd.c
lib/util.c [new file with mode: 0644]
lib/util.h [new file with mode: 0644]
util/fusermount.c
util/meson.build