Use destroy_req instead of free to destroy fuse_req
authorFrank Dinoff <fdinoff@google.com>
Tue, 26 Jul 2022 19:49:01 +0000 (15:49 -0400)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 8 Sep 2022 09:49:37 +0000 (10:49 +0100)
commit9e1601add411511c94527f6f7f6f071729b0c52c
tree34d11cbf1dd124b62a09a4a83718401301264702
parent8de32bc3c52da74b82755c8fd6973919997408fe
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.
lib/fuse_lowlevel.c