]> git.saurik.com Git - apt.git/blobdiff - apt-inst/contrib/arfile.cc
* [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
[apt.git] / apt-inst / contrib / arfile.cc
index 8f30355ed03179a8a92f2f1e659700e4d0612467..8018f4d30792dd99a4fc67da30850f05081edce1 100644 (file)
@@ -96,7 +96,7 @@ bool ARArchive::LoadHeaders()
         char S[300];
         unsigned long Len;
         if (StrToNum(Head.Name+3,Len,sizeof(Head.Size)-3) == false ||
-            Len >= strlen(S))
+            Len >= sizeof(S))
         {
            delete Memb;
            return _error->Error(_("Invalid archive member header"));