diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2006-01-27 20:02:57 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2006-01-27 20:02:57 +0800 |
commit | 89c42a519884edd815dff38dd8530b7403f350d1 (patch) | |
tree | ea767555b7c2caf89cc75c837a8502aef254d027 /plugins/exchange-operations/ChangeLog | |
parent | 2901122f9bef449cbbce0befeacb6bdcf9ee9a18 (diff) | |
download | gsoc2013-evolution-89c42a519884edd815dff38dd8530b7403f350d1.tar gsoc2013-evolution-89c42a519884edd815dff38dd8530b7403f350d1.tar.gz gsoc2013-evolution-89c42a519884edd815dff38dd8530b7403f350d1.tar.bz2 gsoc2013-evolution-89c42a519884edd815dff38dd8530b7403f350d1.tar.lz gsoc2013-evolution-89c42a519884edd815dff38dd8530b7403f350d1.tar.xz gsoc2013-evolution-89c42a519884edd815dff38dd8530b7403f350d1.tar.zst gsoc2013-evolution-89c42a519884edd815dff38dd8530b7403f350d1.zip |
Corrected the memory corruption in forming the URIs. Fixes #328304.
svn path=/trunk/; revision=31323
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index f8eb7544af..ba99313d19 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,13 @@ +2006-01-27 Sushma Rai <rsushma@novell.com> + + * exchange-calendar.c (e_exchange_calendar_commit): Freeing uri_text + in case of OFFLINE mode. + Instead of terminating memory allocated string tmpruri and using it, + forming the URI string from the EUri and appending the path. + + * exchange-contacts.c (e_exchange_contacts_commit): Similar. + Fixes #328304. + 2006-01-24 Sushma Rai <rsushma@novell.com> * exchange-config-listener.c (exchange_config_listener_authenticate): |