diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-02-27 00:40:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-02-27 00:40:34 +0800 |
commit | 1e99d93fbecd6b6c2f5feabb16d5da3b14e20075 (patch) | |
tree | 3f2b90530fe9973508f6cf421f78a869980e7bf9 /mail/ChangeLog | |
parent | 74abd9591145248fb1cf65c7270739e109eefec9 (diff) | |
download | gsoc2013-evolution-1e99d93fbecd6b6c2f5feabb16d5da3b14e20075.tar gsoc2013-evolution-1e99d93fbecd6b6c2f5feabb16d5da3b14e20075.tar.gz gsoc2013-evolution-1e99d93fbecd6b6c2f5feabb16d5da3b14e20075.tar.bz2 gsoc2013-evolution-1e99d93fbecd6b6c2f5feabb16d5da3b14e20075.tar.lz gsoc2013-evolution-1e99d93fbecd6b6c2f5feabb16d5da3b14e20075.tar.xz gsoc2013-evolution-1e99d93fbecd6b6c2f5feabb16d5da3b14e20075.tar.zst gsoc2013-evolution-1e99d93fbecd6b6c2f5feabb16d5da3b14e20075.zip |
Make sure url->path is non-NULL before setting folder_name to url->path +
2004-02-26 Jeffrey Stedfast <fejj@ximian.com>
* em-utils.c (em_utils_folder_name_from_uri): Make sure url->path
is non-NULL before setting folder_name to url->path + 1. Could
possibly fix bug #54853.
svn path=/trunk/; revision=24887
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 3f1a34db6e..a43675bfa7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2004-02-26 Jeffrey Stedfast <fejj@ximian.com> + + * em-utils.c (em_utils_folder_name_from_uri): Make sure url->path + is non-NULL before setting folder_name to url->path + 1. Could + possibly fix bug #54853. + 2004-02-25 Jeffrey Stedfast <fejj@ximian.com> * em-format-html-display.c (efhd_attachment_button): Protect |