aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-11-28 06:16:34 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-11-28 06:16:34 +0000
commit8e6db027fbf2f65ccf54767179d8b13ef7678427 (patch)
treec528d0a568385544e8fa5ddbb3028a1d2daef877 /ChangeLog
parent4d55b43fe6f1c786865dddd6a6e1efd82d10f54f (diff)
added more null checks.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3306 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f47797f..02dac2ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2013-11-28
* libsylph/ssl.c: ssl_done(): check if fp != NULL.
+ * src/textview.c:
+ textview_popup_menu_activate_open_uri_cb():
+ textview_event_after():
+ prevent null dereference of msginfo.
+ * src/summaryview.c: summary_unthread(): first check if
+ summaryview->folder_item is non-null.
2013-11-28