diff options
author | Michael Meeks <michael@helixcode.com> | 2001-02-04 06:56:15 +0800 |
---|---|---|
committer | Michael Meeks <michael@src.gnome.org> | 2001-02-04 06:56:15 +0800 |
commit | 5011c8574c85d2e7630789cfaef78b3f3d3fb41a (patch) | |
tree | c8e617511f4663d6e173fa60d712e382d8b142c7 /mail/ChangeLog | |
parent | 939160fe57ec0fa0318cb3d45bd8c039532ac27a (diff) | |
download | gsoc2013-evolution-5011c8574c85d2e7630789cfaef78b3f3d3fb41a.tar gsoc2013-evolution-5011c8574c85d2e7630789cfaef78b3f3d3fb41a.tar.gz gsoc2013-evolution-5011c8574c85d2e7630789cfaef78b3f3d3fb41a.tar.bz2 gsoc2013-evolution-5011c8574c85d2e7630789cfaef78b3f3d3fb41a.tar.lz gsoc2013-evolution-5011c8574c85d2e7630789cfaef78b3f3d3fb41a.tar.xz gsoc2013-evolution-5011c8574c85d2e7630789cfaef78b3f3d3fb41a.tar.zst gsoc2013-evolution-5011c8574c85d2e7630789cfaef78b3f3d3fb41a.zip |
Fix dodgy libxml allocation pollution, and potential faults on NULL
2001-02-03 Michael Meeks <michael@helixcode.com>
* mail-local.c (load_metainfo): Fix dodgy libxml allocation
pollution, and potential faults on NULL attributes.
svn path=/trunk/; revision=7949
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 6d4483cac2..add8de5393 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-02-03 Michael Meeks <michael@helixcode.com> + + * mail-local.c (load_metainfo): Fix dodgy libxml allocation + pollution, and potential faults on NULL attributes. + 2001-02-02 Not Zed <NotZed@Ximian.com> * mail-send-recv.c (mail_send_receive): Cleaned up so we dont add |