Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix use-after-free
Baptiste Daroussin committed 5 years ago
commit 90d639b254680a61966303b9e874ad764325de4d
parent a02405ef23863f4bf93d6a668dc86ccba9ea63ff
1 file changed +0 -1
modified libpkg/fetch_libfetch.c
@@ -174,7 +174,6 @@ fetch_connect(struct pkg_repo *repo, struct url *u)
			fputs("v", fetchOpts->fp);

		opts = xstring_get(fetchOpts);
-
		fflush(fetchOpts->fp);
		pkg_debug(1,"Fetch: fetching from: %s://%s%s%s%s with opts \"%s\"",
		    u->scheme,
		    u->user,