aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/backup-restore/ChangeLog
diff options
context:
space:
mode:
authorSuman Manjunath <msuman@src.gnome.org>2008-01-07 00:43:58 +0800
committerSuman Manjunath <msuman@src.gnome.org>2008-01-07 00:43:58 +0800
commit82f7125f45269be8d2cded86d8c7fe37bd0364dc (patch)
treefbaae0c1b3a295879d0e7d21205dbe00c3d3d0cb /plugins/backup-restore/ChangeLog
parent07cd05990fb01fc9021c23f0a29b3d49f6271ecd (diff)
downloadgsoc2013-evolution-82f7125f45269be8d2cded86d8c7fe37bd0364dc.tar
gsoc2013-evolution-82f7125f45269be8d2cded86d8c7fe37bd0364dc.tar.gz
gsoc2013-evolution-82f7125f45269be8d2cded86d8c7fe37bd0364dc.tar.bz2
gsoc2013-evolution-82f7125f45269be8d2cded86d8c7fe37bd0364dc.tar.lz
gsoc2013-evolution-82f7125f45269be8d2cded86d8c7fe37bd0364dc.tar.xz
gsoc2013-evolution-82f7125f45269be8d2cded86d8c7fe37bd0364dc.tar.zst
gsoc2013-evolution-82f7125f45269be8d2cded86d8c7fe37bd0364dc.zip
Patch from Christian Krause <chkr@plauener.de>: Fix for bug #506772 (Not-NULL check for a string array before finding its length), handle NULL filename strings before backup/restore/check operations in the backup-restore plugin.
svn path=/trunk/; revision=34768
Diffstat (limited to 'plugins/backup-restore/ChangeLog')
-rw-r--r--plugins/backup-restore/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/backup-restore/ChangeLog b/plugins/backup-restore/ChangeLog
index 94cbeb44e6..13f250e5b5 100644
--- a/plugins/backup-restore/ChangeLog
+++ b/plugins/backup-restore/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-06 Christian Krause <chkr@plauener.de>
+
+ * backup.c: (backup), (restore), (check), (main): Initialize static
+ variables before use, not-NULL checks for filename before
+ backup/restore/check operations.
+
2007-08-07 Johnny Jacob <jjohnny@novell.com>
* Committed on behalf of Anand V M <avmuttagi@gmail.com>