summaryrefslogtreecommitdiffstats
path: root/recipes-extended/glusterfs/files/CVE-2023-26253.patch
Commit message (Collapse)AuthorAgeFilesLines
* fuse: Fix CVE-2023-26253mickledoreSoumya2023-04-121-0/+76
Resolve asan bug in during receive event notification (#4024) The fuse xlator notify function tries to assign data object to graph object without checking an event. In case of upcall event data object represents upcall object so during access of graph object the process crashed for asan build. Solution: Access the graph->id only while an event is associated specifically to fuse xlator Signed-off-by: Soumya <soumya.sambu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>