- fix max tag buffer size (LP: #545336, closes: #578959)
/* */
debRecordParser::debRecordParser(string FileName,pkgCache &Cache) :
File(FileName,FileFd::ReadOnly),
- Tags(&File,Cache.Head().MaxVerFileSize + 200)
+ Tags(&File, std::max(Cache.Head().MaxVerFileSize,
+ Cache.Head().MaxDescFileSize) + 200)
{
}
/*}}}*/
-apt (0.7.25.3ubuntu8) UNRELEASED; urgency=low
+apt (0.7.25.3ubuntu8) lucid-proposedUNRELEASED; urgency=low
+ [ Loïc Minier ]
* Use https:// in Vcs-Bzr URL.
- -- Loïc Minier <loic.minier@ubuntu.com> Thu, 22 Apr 2010 10:57:24 +0200
+ [ Michael Vogt ]
+ * apt-pkg/deb/debrecords.cc:
+ - fix max tag buffer size (LP: #545336, closes: #578959)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 05 May 2010 09:57:53 +0200
apt (0.7.25.3ubuntu7) lucid; urgency=low