Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
9b49ae93a0790ae63b496f005b813ec0dbe48bea
Fix a filedescriptor leak on utimensat fallback
Baptiste Daroussin
committed
9 years ago
commit 9b49ae93a0790ae63b496f005b813ec0dbe48bea
parent
2aa99e8cae633ffca97b24478065498da424b986
1 file changed
+1
-0
modified
libpkg/pkg_add.c
@@ -246,6 +246,7 @@ set_attrs(int fd, char *path, mode_t perm, uid_t uid, gid_t gid,
}
}
fchdir(fdcwd);
+
close(fdcwd);
#endif
if (getenv("INSTALL_AS_USER") == NULL) {