Skip to content

glnx-xattrs: Fix invalid argument to lsetxattr()

Jonathan Lebon requested to merge jlebon/libglnx:pr/fix-lsetxattrat into master

We weren't passing the right path argument here.

This bug would've been quickly noticed if the function were actually used but I still did at least a global GitHub search which didn't return any users.

Merge request reports