aboutsummaryrefslogtreecommitdiff
path: root/src/openrc-run/openrc-run.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-15 15:17:18 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-15 15:17:18 -0500
commitb778c72f81b8c23676b367807e2baa18bfef0747 (patch)
tree6c80a67e91f747cb33ef90395038437eee761593 /src/openrc-run/openrc-run.c
parent32715e11441d01ff106dae8ac90a78fabc8e4e63 (diff)
checkpath: fix initial dirfd opening
dirfd is uninitialized at this point, and even if it were, it doesn't make sense to use since the path is "/" -- the dirfd is ignored when the path is absolute. Switch to AT_FDCWD to avoid all that.
Diffstat (limited to 'src/openrc-run/openrc-run.c')
0 files changed, 0 insertions, 0 deletions