@@ -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"));
@@ -11,6 +11,8 @@ apt (0.7.22.3) unstable; urgency=low
(by Luca Bruno, Closes: #223712)
* doc/apt.conf.5.xml:
- mention the apt.conf.d dir (by Vincent McIntyre, Closes: #520831)
+ * apt-inst/contrib/arfile.cc:
+ - use sizeof instead strlen (by Marius Vollmer, Closes: #504325)
[ George Danchev ]
* cmdline/apt-cache.cc: