mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
In rlc_insert and xac_insert (lib/fuse.c), both functions take ownership of a parameter (link and xattrs respectively) but fail to free it when their own malloc calls fail. Under memory pressure in a long-running FUSE process, each failed cache insertion leaks the owned resource. Co-authored-by: Claude <nore@anthro.com>
37 KiB
37 KiB