libfuse/lib
legezywzh 080077369e
fix max_write update in do_init() (#926)
If user updates conn->max_write in fuse_lowlevel_ops' init() method, do_init()
will miss the "conn.max_write > bufsize - FUSE_BUFFER_HEADER_SIZE" judgment,
and ->init method will be called after it, which obviously is a bug.

Signed-off-by: Xiaoguang Wang <lege.wang@jaguarmicro.com>
Co-authored-by: Xiaoguang Wang <lege.wang@jaguarmicro.com>
2024-04-16 17:23:57 +02:00
..
modules Fix use-after-free warning 2023-03-28 21:32:00 +01:00
buffer.c Install a the configure_file (config.h) and use in headers 2023-01-28 09:35:34 +00:00
compat.c Split config.h into private and public config 2023-02-09 10:21:29 +00: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 Support application-defined I/O functions for FUSE fd 2023-01-10 10:04:35 +00:00
fuse_log.c log: move fuse_log() to the public header file 2019-09-10 14:25:15 +01:00
fuse_loop_mt.c fuse_clone_chan: avoid additional FD_CLOEXEC setting if O_CLOEXEC defined (#852) 2023-10-25 12:19:39 +01:00
fuse_loop.c Install a the configure_file (config.h) and use in headers 2023-01-28 09:35:34 +00:00
fuse_lowlevel.c fix max_write update in do_init() (#926) 2024-04-16 17:23:57 +02: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 Add glibc backtrace to signal handler 2024-03-20 12:37:17 +01:00
fuse_versionscript Allow linking with mold / fix the version script (#814) 2023-07-07 16:18:38 +01:00
fuse.c fix readdirplus when filler is called with zero offset (#896) 2024-03-24 21:54:19 +01:00
helper.c Fix max_threads command line parameter propagation 2023-03-11 17:06:21 +00:00
meson.build Split config.h into private and public config 2023-02-09 10:21:29 +00:00
mount_bsd.c Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753) 2023-04-06 12:37:57 +01:00
mount_util.c Passthrough options starting with "x-" to mtab (#894) 2024-02-24 07:56:49 +01:00
mount_util.h Allow passing /dev/fuse file descriptor from parent process 2018-10-09 20:36:22 +01:00
mount.c posix_spawn style updates 2024-03-07 11:56:30 +01:00