Fix an infinite loop in pkgAcquire::UriIterator::operator++() (Closes: #335615).
authorDaniel Burrows <Daniel_Burrows@alumni.brown.edu>
Tue, 10 Mar 2009 03:06:04 +0000 (20:06 -0700)
committerDaniel Burrows <Daniel_Burrows@alumni.brown.edu>
Tue, 10 Mar 2009 03:06:04 +0000 (20:06 -0700)
apt-pkg/acquire.h

index 1de6f5e..eaadded 100644 (file)
@@ -539,7 +539,7 @@ class pkgAcquire::UriIterator
    
    public:
    
-   inline void operator ++() {operator ++();};
+   inline void operator ++() {operator ++(0);};
 
    void operator ++(int)
    {