[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#236688: One-liner patch



I believe this should fix the problem.  I'm just trying to pitch in as a
Debian user and keep the RC bug count down...  However, I'd also like to
suggest that APT take the buffer size as a config field value, so that the
maintainers don't have to recompile every time someone makes a monster
source package.

- Elizabeth

--- apt-0.5.23/apt-pkg/deb/debsrcrecords.h              2001-11-04 09:09:18.0000 00000 -0800
+++ apt-0.5.23elizabeth/apt-pkg/deb/debsrcrecords.h     2004-03-07 15:19:24.0000 00000 -0800
@@ -24,7 +24,7 @@
    FileFd Fd;
    pkgTagFile Tags;
    pkgTagSection Sect;
-   char Buffer[10000];
+   char Buffer[20000];
    char *StaticBinList[400];
    unsigned long iOffset;
--- apt-0.5.23/apt-pkg/deb/debsrcrecords.h		2001-11-04 09:09:18.000000000 -0800
+++ apt-0.5.23elizabeth/apt-pkg/deb/debsrcrecords.h	2004-03-07 15:19:24.000000000 -0800
@@ -24,7 +24,7 @@
    FileFd Fd;
    pkgTagFile Tags;
    pkgTagSection Sect;
-   char Buffer[10000];
+   char Buffer[20000];
    char *StaticBinList[400];
    unsigned long iOffset;
    

Attachment: apt.patch.sig
Description: PGP signature


Reply to: