diff options
author | Not Zed <NotZed@Ximian.com> | 2004-11-02 10:33:34 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-11-02 10:33:34 +0800 |
commit | 79b860a6c21124e3113af1055d0d0cfd50319c90 (patch) | |
tree | 36129024c4e09d44daed794cf9999ea186f85301 /e-util/ChangeLog | |
parent | 43d766ff70995f1f6b4f6023bf62dc480e8647bc (diff) | |
download | gsoc2013-evolution-79b860a6c21124e3113af1055d0d0cfd50319c90.tar gsoc2013-evolution-79b860a6c21124e3113af1055d0d0cfd50319c90.tar.gz gsoc2013-evolution-79b860a6c21124e3113af1055d0d0cfd50319c90.tar.bz2 gsoc2013-evolution-79b860a6c21124e3113af1055d0d0cfd50319c90.tar.lz gsoc2013-evolution-79b860a6c21124e3113af1055d0d0cfd50319c90.tar.xz gsoc2013-evolution-79b860a6c21124e3113af1055d0d0cfd50319c90.tar.zst gsoc2013-evolution-79b860a6c21124e3113af1055d0d0cfd50319c90.zip |
** See bug #68787
2004-11-01 Not Zed <NotZed@Ximian.com>
** See bug #68787
* e-account.c (xml_set_content): check the new val isn't null
before dereferencing it.
* e-account.c (xml_set_prop): same here.
svn path=/trunk/; revision=27789
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 93acfbf80c..5b94bb0cd9 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,11 @@ +2004-11-01 Not Zed <NotZed@Ximian.com> + + ** See bug #68787 + + * e-account.c (xml_set_content): check the new val isn't null + before dereferencing it. + * e-account.c (xml_set_prop): same here. + 2004-10-28 Not Zed <NotZed@Ximian.com> * e-config.c (ec_rebuild): revert the last change. |