diff options
author | Vivek Jain <jvivek@novell.com> | 2005-07-28 17:41:23 +0800 |
---|---|---|
committer | Jain Vivek <jvivek@src.gnome.org> | 2005-07-28 17:41:23 +0800 |
commit | 76a33be1100b2711f9ab41aedfabc7c4279d60a0 (patch) | |
tree | 577fb8e74cb5c2a59820fce8264622e14217bea9 /plugins/bbdb/ChangeLog | |
parent | a6ec3a48d876168e706a7cae3099611dd56fc8d7 (diff) | |
download | gsoc2013-evolution-76a33be1100b2711f9ab41aedfabc7c4279d60a0.tar.gz gsoc2013-evolution-76a33be1100b2711f9ab41aedfabc7c4279d60a0.tar.zst gsoc2013-evolution-76a33be1100b2711f9ab41aedfabc7c4279d60a0.zip |
check for NULL before using the address. **Fixes bugs like #274544
2005-07-28 Vivek Jain <jvivek@novell.com>
* bbdb.c:(bbdb_handle_reply):check for NULL
before using the address.
**Fixes bugs like #274544
svn path=/trunk/; revision=29913
Diffstat (limited to 'plugins/bbdb/ChangeLog')
-rw-r--r-- | plugins/bbdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/bbdb/ChangeLog b/plugins/bbdb/ChangeLog index a22f7faae0..5def505a3e 100644 --- a/plugins/bbdb/ChangeLog +++ b/plugins/bbdb/ChangeLog @@ -1,3 +1,9 @@ +2005-07-28 Vivek Jain <jvivek@novell.com> + + * bbdb.c:(bbdb_handle_reply):check for NULL + before using the address. + **Fixes bugs like #274544 + 2005-05-11 Not Zed <NotZed@Ximian.com> * Makefile.am: setup cleanfiles/built_sources |