diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-01-07 00:43:58 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-01-07 00:43:58 +0800 |
commit | 82f7125f45269be8d2cded86d8c7fe37bd0364dc (patch) | |
tree | fbaae0c1b3a295879d0e7d21205dbe00c3d3d0cb /plugins/backup-restore/ChangeLog | |
parent | 07cd05990fb01fc9021c23f0a29b3d49f6271ecd (diff) | |
download | gsoc2013-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/ChangeLog | 6 |
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> |