libfuse/lib
Vladimir Serbinenko 66a03d4e4b Fix alignment of allocation in fuse_reply_create
When allocating as an array of char only alignment of 1 is guaranteed but
the structure needs an alignment of 8. Specify alignment explicitly
2024-11-21 21:42:18 +01:00
..
modules Fix use-after-free warning 2023-03-28 21:32:00 +01:00
buffer.c fuse_buf_size fix for SIZE_MAX 2024-10-14 19:50:52 +02:00
compat.c Fix compatibility issue around fuse_custom_io->clone_fd (#953) 2024-06-01 23:18:35 +02:00
cuse_lowlevel.c Install a the configure_file (config.h) and use in headers 2023-01-28 09:35:34 +00:00
fuse_i.h Reallocate fuse_session buffer transparently for extended max writes 2024-11-21 19:18:03 +01:00
fuse_log.c fuse_log: initialize sys_log_level variable to avoid compiler warning 2024-07-17 23:35:55 +02:00
fuse_loop_mt.c Add libfuse util strtol wrapper 2024-10-11 13:15:38 +02:00
fuse_loop.c Use fuse_session_{receive/process}_buf() instead of _int version 2024-11-18 15:51:22 +01:00
fuse_lowlevel.c Fix alignment of allocation in fuse_reply_create 2024-11-21 21:42:18 +01:00
fuse_misc.h Split config.h into private and public config 2023-02-09 10:21:29 +00:00
fuse_opt.c Install a the configure_file (config.h) and use in headers 2023-01-28 09:35:34 +00:00
fuse_signals.c Fix program-path in util/parse-backtrace and dump_stack function 2024-08-02 20:08:38 +02:00
fuse_versionscript Add syslog and fatal signal handler feature 2024-07-14 14:28:44 +02:00
fuse.c Use fuse_session_{receive/process}_buf() instead of _int version 2024-11-18 15:51:22 +01:00
helper.c Add in the libfuse version a program was compiled with (#942) 2024-05-13 12:32:06 +02:00
meson.build Add libfuse util strtol wrapper 2024-10-11 13:15:38 +02:00
mount_bsd.c Add libfuse util strtol wrapper 2024-10-11 13:15:38 +02:00
mount_util.c ignore mtab on android 2024-10-11 12:55:18 +02:00
mount_util.h Allow passing /dev/fuse file descriptor from parent process 2018-10-09 20:36:22 +01:00
mount.c Pass through nosymfollow mount option 2024-07-29 10:59:22 +02:00
util.c Add libfuse util strtol wrapper 2024-10-11 13:15:38 +02:00
util.h Add libfuse util strtol wrapper 2024-10-11 13:15:38 +02:00