diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-12-06 06:08:48 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-12-06 06:08:48 +0800 |
commit | 52d9dbc10d79d49cb2ae161ca2c14e4804a1a511 (patch) | |
tree | 05e9f7486a59050511da04b43c741269db62404e /mail/ChangeLog | |
parent | 8d4e508f40ad5910d240868b6885ab9473751b78 (diff) | |
download | gsoc2013-evolution-52d9dbc10d79d49cb2ae161ca2c14e4804a1a511.tar gsoc2013-evolution-52d9dbc10d79d49cb2ae161ca2c14e4804a1a511.tar.gz gsoc2013-evolution-52d9dbc10d79d49cb2ae161ca2c14e4804a1a511.tar.bz2 gsoc2013-evolution-52d9dbc10d79d49cb2ae161ca2c14e4804a1a511.tar.lz gsoc2013-evolution-52d9dbc10d79d49cb2ae161ca2c14e4804a1a511.tar.xz gsoc2013-evolution-52d9dbc10d79d49cb2ae161ca2c14e4804a1a511.tar.zst gsoc2013-evolution-52d9dbc10d79d49cb2ae161ca2c14e4804a1a511.zip |
Don't use the raw message body as the format argument, use "%s" instead.
2000-12-05 Jeffrey Stedfast <fejj@helixcode.com>
* mail-format.c (mail_format_raw_message): Don't use the raw
message body as the format argument, use "%s" instead. If the raw
message contains %'s then it will segfault otherwise.
svn path=/trunk/; revision=6798
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index aae9930ea1..5aebe431af 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-12-05 Jeffrey Stedfast <fejj@helixcode.com> + + * mail-format.c (mail_format_raw_message): Don't use the raw + message body as the format argument, use "%s" instead. If the raw + message contains %'s then it will segfault otherwise. + 2000-12-04 Dan Winship <danw@helixcode.com> * mail-config-gui.c (service_page_item_new): Fix a typo so that |