Date: Mon, 07 Sep 2020 15:11:10 +0000 From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 249166] ports-mgmt/pkg audit -F Segmentation fault Message-ID: <bug-249166-32340-xZpvs2QDWm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-249166-32340@https.bugs.freebsd.org/bugzilla/> References: <bug-249166-32340@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249166 --- Comment #3 from Matthias Andree <mandree@FreeBSD.org> --- 221 } 222=20=20=20=20=20 223 url +=3D strlen(URL_SCHEME_PREFIX); 224 u =3D fetchParseURL(url); 225 } else { 226 if (repo->mirror_type =3D=3D SRV && (strncmp(u->sch= eme, "http", 4) =3D=3D 0 || 227 strncmp(u->scheme, "ftp", 3) =3D=3D 0)) { 228 pkg_emit_notice( 229 "Warning: use of %s:// URL scheme with SRV records is deprecat= ed: " 230 "switch to pkg+%s://", u->scheme, u->scheme); --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249166-32340-xZpvs2QDWm>