]> git.saurik.com Git - apt.git/commitdiff
Dans segfault
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:56:56 +0000 (16:56 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:56:56 +0000 (16:56 +0000)
Author: jgg
Date: 2001-03-03 23:12:07 GMT
Dans segfault

cmdline/apt-get.cc
debian/changelog

index 04f18b162b8998e785a281cf6507146800ea29fa..2ddf240d6442f1b968f147e81e238bfc0643e98d 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-get.cc,v 1.102 2001/02/27 02:51:03 tausq Exp $
+// $Id: apt-get.cc,v 1.103 2001/03/03 23:12:07 jgg Exp $
 /* ######################################################################
    
    apt-get - Cover for dpkg
@@ -930,8 +930,8 @@ bool TryToInstall(pkgCache::PkgIterator Pkg,pkgDepCache &Cache,
           "of sources.list\n"),Pkg.Name());
         
         string List;
-        SPtrArray<bool> Seen = new bool[Cache.Head().PackageFileCount];
-        memset(Seen,0,Cache.Head().PackageFileCount*sizeof(*Seen));
+        SPtrArray<bool> Seen = new bool[Cache.Head().PackageCount];
+        memset(Seen,0,Cache.Head().PackageCount*sizeof(*Seen));
         pkgCache::DepIterator Dep = Pkg.RevDependsList();
         for (; Dep.end() == false; Dep++)
         {
index 37023aaea67315b41379dc2298805ef4dadd30cb..86d4958152d052498a2ac89678339243bfe4b18a 100644 (file)
@@ -14,6 +14,7 @@ apt (0.5.1) unstable; urgency=low
   * Updated soname version to 0.3.2
   * apt-extracttemplates moved from debconf into apt-utils
   * s390 archtable entry. Closes: #88232
+  * Dan's segfault
   
  -- Jason Gunthorpe <jgg@debian.org>  Thu, 22 Feb 2001 00:39:15 -0500