Package: gbuffy
Version: 0.2.6-11
Severity: normal
Tags: patch

imap.c already has a large enough buffer for xface, but not count.c

xface headers can certainly be larger than 256 bytes.

--- gbuffy-0.2.6/count.c        2003-10-10 18:14:25.000000000 +1000
+++ gbuffy-0.2.6.beep/count.c   2007-12-30 16:46:22.000000000 +1100
@@ -20,7 +20,7 @@
   static size_t buflen = STRING;
   char from[STRING] = "";
   char subject[STRING] = "";
-  char xface[STRING] = "";
+  char xface[LONG_STRING] = "";
   int status = FALSE;
   int is_new = FALSE;
 

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23 (SMP w/2 CPU cores)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages gbuffy depends on:
ii  libc6                        2.7-5       GNU C Library: Shared libraries
ii  libcompfaceg1                1:1.5.2-4   Compress/decompress images for mai
ii  libglib1.2ldbl               1.2.10-19   The GLib library of C routines
ii  libgtk1.2                    1.2.10-18.1 The GIMP Toolkit set of widgets fo
ii  libssl0.9.8                  0.9.8g-3    SSL shared libraries
ii  libx11-6                     2:1.0.3-7   X11 client-side library
ii  libxext6                     1:1.0.3-2   X11 miscellaneous extension librar
ii  libxi6                       2:1.1.3-1   X11 Input extension library

gbuffy recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to