diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-28 00:28:31 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-28 00:28:31 +0800 |
commit | 1b6ebb2f7d18f51f732670b13f1aa66f79bea77f (patch) | |
tree | 08bd1d2c25765fb779d71ffd7d449e743ceb541d /filter/ChangeLog | |
parent | ff4c29fea3d08c181bbcb006908e7222f9c8cfaa (diff) | |
download | gsoc2013-evolution-1b6ebb2f7d18f51f732670b13f1aa66f79bea77f.tar.gz gsoc2013-evolution-1b6ebb2f7d18f51f732670b13f1aa66f79bea77f.tar.zst gsoc2013-evolution-1b6ebb2f7d18f51f732670b13f1aa66f79bea77f.zip |
When loading the description, strdup() the string in the XML tree so
that we don't crash when freeing the XML tree.
svn path=/trunk/; revision=3761
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index c76176857f..437146336e 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,5 +1,11 @@ 2000-06-27 Ettore Perazzoli <ettore@helixcode.com> + * filter-xml.c (load_desc): Strdup content before assigning the + value. Also, no need to check for NULL when g_strdup()ing as + g_strdup() returns NULL for a NULL arg. + +2000-06-27 Ettore Perazzoli <ettore@helixcode.com> + * Makefile.am (INCLUDES): `-I$(top_builddir)/shell' so that it works with builddir != srcdir. [We need to #include "Evolution.h".] |