Date: Thu, 27 Mar 2003 12:44:09 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/lib url.c Message-ID: <200303272044.h2RKi9Kd097236@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2003/03/27 12:44:09 PST FreeBSD src repository Modified files: usr.sbin/pkg_install/lib url.c Log: Don't pass NULL in as a flags argument to libfetch's fetchGetURL() as this can result in a NULL pointer deference when parsing the flags later. This change fixes "pkg_add -r" on 5.0-CURRENT for me; not quite clear how the problem was introduced. Revision Changes Path 1.2 +1 -1 src/usr.sbin/pkg_install/lib/url.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303272044.h2RKi9Kd097236>