diff options
author | Frank Dinoff <fdinoff@google.com> | 2022-07-26 15:49:01 -0400 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2022-09-08 10:49:37 +0100 |
commit | 9e1601add411511c94527f6f7f6f071729b0c52c (patch) | |
tree | 34d11cbf1dd124b62a09a4a83718401301264702 /example/meson.build | |
parent | 8de32bc3c52da74b82755c8fd6973919997408fe (diff) | |
download | libfuse-9e1601add411511c94527f6f7f6f071729b0c52c.tar.gz |
Use destroy_req instead of free to destroy fuse_req
If we get the interrupt before the fuse op, the fuse_req is deleted without
decrementing the refcount on the cloned file descriptor. This leads to a
leak of the cloned /dev/fuse file descriptor.
Diffstat (limited to 'example/meson.build')
0 files changed, 0 insertions, 0 deletions