aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-08-08 08:11:29 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-08-08 08:11:29 +0800
commit511e3153b986168e7dd189b82b1878bd43b49981 (patch)
tree1cd0b896cb60e25ed5ea6cf3a8944b26b4ed4f1c /mail/folder-browser.c
parenta3648b5912435cb22c82cf06e137592f1100b135 (diff)
downloadgsoc2013-evolution-511e3153b986168e7dd189b82b1878bd43b49981.tar
gsoc2013-evolution-511e3153b986168e7dd189b82b1878bd43b49981.tar.gz
gsoc2013-evolution-511e3153b986168e7dd189b82b1878bd43b49981.tar.bz2
gsoc2013-evolution-511e3153b986168e7dd189b82b1878bd43b49981.tar.lz
gsoc2013-evolution-511e3153b986168e7dd189b82b1878bd43b49981.tar.xz
gsoc2013-evolution-511e3153b986168e7dd189b82b1878bd43b49981.tar.zst
gsoc2013-evolution-511e3153b986168e7dd189b82b1878bd43b49981.zip
Oops - outbuf pointed to alloca'd memory but we were g_free'ing it after
2002-08-07 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-utils.c (header_encode_param): Oops - outbuf pointed to alloca'd memory but we were g_free'ing it after using it. Instead use g_malloc for this outbuf buffer since it may be kinda large. Also don't depend on a single byte to nul-terminate the outbuf buffer so as to be safe with charsets such as UCS2 and UCS4, instead keep a pointer to the end of the buffer. svn path=/trunk/; revision=17737
Diffstat (limited to 'mail/folder-browser.c')
0 files changed, 0 insertions, 0 deletions