CVE-2026-43419
In the Linux kernel, the following vulnerability has been resolved:
ceph: fix memory leaks in ceph_mdsc_build_path()
Add __putname() calls to error code paths that did not free the “path”
pointer obtained by __getname(). If ownership of this pointer is not
passed to the caller via path_info.path, the function must free it
before returning.
More information : https://git.kernel.org/stable/c/040d159a45ded7f33201421a81df0aa2a86e5a0b
