Explorar el Código

Fix an infinite loop in pkgAcquire::UriIterator::operator++() (Closes: #335615).

Daniel Burrows hace 17 años
padre
commit
296bdfcfdc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apt-pkg/acquire.h

+ 1 - 1
apt-pkg/acquire.h

@@ -539,7 +539,7 @@ class pkgAcquire::UriIterator
    
    public:
    
-   inline void operator ++() {operator ++();};
+   inline void operator ++() {operator ++(0);};
 
    void operator ++(int)
    {