cvs commit: src/usr.sbin/pkg_install/lib url.c

Robert Watson rwatson at FreeBSD.org
Thu Mar 27 12:44:12 PST 2003


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


More information about the cvs-src mailing list