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
›
bd41a8542ba7eb6ad6c577dbf6c5849099f37d95
libpkg/utils.c: initialize pointer with NULL
rilysh
committed
2 years ago
commit bd41a8542ba7eb6ad6c577dbf6c5849099f37d95
parent
ac6fa03b31045f8799fa63a7d2aa1050b98bd49b
1 file changed
+1
-0
modified
libpkg/utils.c
@@ -194,6 +194,7 @@ format_exec_cmd(char **dest, const char *in, const char *prefix,
size_t sz;
buf = xstring_new();
+
cp = NULL;
if (line != NULL && argv != NULL) {
if (lua) {